Home
last modified time | relevance | path

Searched defs:uuids (Results 1 – 25 of 210) sorted by relevance

123456789

/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDeviceFilter.java103 abstract boolean matches(ParcelUuid[] uuids, BluetoothClass btClass); in matches()
113 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
134 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
148 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
162 boolean matches(ParcelUuid[] uuids, BluetoothClass btClass) { in matches()
H A DCachedBluetoothDevice.java933 ParcelUuid[] uuids = mDevice.getUuids(); in updateProfiles() local
987 ParcelUuid[] uuids = mDevice.getUuids(); in onUuidChanged() local
2048 ParcelUuid[] uuids = mDevice.getUuids(); in isAndroidAuto() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java170 ParcelUuid[] uuids = {BluetoothUuid.HFP, BluetoothUuid.A2DP_SINK}; in testProcessInitProfilePriorities() local
212 ParcelUuid[] uuids = new ParcelUuid[numOfServices]; in processInitProfilePriorities_LeAudioOnlyHelper() local
310 ParcelUuid[] uuids = new ParcelUuid[2]; in testProcessInitProfilePriorities_WithAutoConnect() local
421 ParcelUuid[] uuids = new ParcelUuid[3]; in processInitProfilePriorities_LeAudioHelper() local
456 ParcelUuid[] uuids = new ParcelUuid[4]; in testLateConnectOfLeAudioEnabled_DualModeBud() local
560 ParcelUuid[] uuids = new ParcelUuid[4]; in testLateConnectOfLeAudioEnabled_AshaAndLeAudioBud() local
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/handover/
DBluetoothPeripheralHandoverTest.java343 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.A2DP_SINK}; in testHasA2dpCapability_withUuidsContainingA2dpSink() local
350 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.ADV_AUDIO_DIST}; in testHasA2dpCapability_withUuidsContainingAdvAudioDist() local
376 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.HFP}; in testHasHeadsetCapability_withUuidsContainingHfp() local
384 ParcelUuid[] uuids = new ParcelUuid[]{BluetoothUuid.HSP}; in testHasHeadsetCapability_withUuidsContainingHsp() local
392 ParcelUuid[] uuids = new ParcelUuid[]{ParcelUuid.fromString( in testHasHeadsetCapability_withNoMatchingUuids() local
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/
DTransactionManagerTest.java183 List<String> uuids = in readRecordsById_multipleRecordTypes_returnsAllRecords() local
264 List<String> uuids = in readRecordsAndPageToken_returnsRecordsAndPageToken() local
370 List<String> uuids = in deleteAll_byId_generateChangeLogs() local
390 List<String> uuids = in deleteAll_byTimeFilter_generateChangeLogs() local
/aosp_15_r20/external/grpc-grpc/test/core/channel/
H A Dchannelz_test.cc79 std::vector<intptr_t> uuids; in GetUuidListFromArray() local
423 std::vector<intptr_t> uuids = GetUuidListFromArray(channel_json.array()); in TEST_F() local
444 std::vector<intptr_t> uuids = GetUuidListFromArray(channel_json.array()); in TEST_F() local
467 std::vector<intptr_t> uuids = GetUuidListFromArray(channel_json.array()); in TEST_F() local
489 std::vector<intptr_t> uuids = GetUuidListFromArray(channel_json.array()); in TEST_F() local
528 std::vector<intptr_t> uuids = in TEST_F() local
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java128 int transport, OobData oobData, ParcelUuid[] uuids, BluetoothClass btClass, in BluetoothPeripheralHandover()
136 int transport, OobData oobData, ParcelUuid[] uuids, BluetoothClass btClass, in BluetoothPeripheralHandover()
609 boolean hasA2dpCapability(ParcelUuid[] uuids, BluetoothClass btClass) { in hasA2dpCapability()
623 boolean hasHeadsetCapability(ParcelUuid[] uuids, BluetoothClass btClass) { in hasHeadsetCapability()
DHandoverDataParser.java100 public ParcelUuid[] uuids = null; field in HandoverDataParser.BluetoothHandoverData
618 ParcelUuid[] uuids = new ParcelUuid[num]; in parseUuidFromBluetoothRecord() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java210 boolean isLeAudioOnlyDevice(BluetoothDevice device, ParcelUuid[] uuids) { in isLeAudioOnlyDevice()
256 private boolean shouldEnableHapByDefault(BluetoothDevice device, ParcelUuid[] uuids) { in shouldEnableHapByDefault()
278 private void processInitProfilePriorities(BluetoothDevice device, ParcelUuid[] uuids) { in processInitProfilePriorities()
1008 void onUuidsDiscovered(BluetoothDevice device, ParcelUuid[] uuids) { in onUuidsDiscovered()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs166 let uuids = extract_service_uuids(payload.as_slice()); in test_extract_service_uuids() localVariable
202 let uuids = extract_service_uuids(payload.as_slice()); in test_extract_service_uuids() localVariable
253 let uuids = extract_service_uuids(payload.as_slice()); in test_extract_service_uuids() localVariable
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/exportimport/
DImportManagerTest.java205 List<String> uuids = in copiesAllData() local
326 List<String> uuids = in skipsMissingTables() local
594 List<String> uuids = in copiesAllData_usingInsertAllWithoutAccessLogs() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/
Dbtif_storage_test.cc37 Uuid uuids[2]; in TEST() local
49 Uuid uuids[2]; in TEST() local
/aosp_15_r20/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DChangeLogsHelper.java266 (recordTypeAndAppIdPair, uuids) -> { in getRecordTypeToUUIDMap() argument
307 (recordTypeAndAppIdPair, uuids) -> { in getUpsertTableRequests() argument
331 @RecordTypeIdentifier.RecordType int recordType, long appId, List<UUID> uuids) { in addUUIDs()
/aosp_15_r20/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_sdp_socket.py227 def _pack_uuids(self, uuids, preferred_size): argument
296 def service_search_request(self, uuids, max_rec_cnt, preferred_size=32, argument
524 def service_search_attribute_request(self, uuids, max_attr_byte_count, argument
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
H A DObservableUuidStore.java149 @Nullable Collection<ObservableUuid> uuids) throws IOException { in writeObservableUuidToXml()
283 final List<ObservableUuid> uuids = readObservableUuidsFromCache(userId); in getObservableUuidsForPackage() local
/aosp_15_r20/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc123 TEST_F(PropertyTest, uuids) { in TEST_F() argument
157 Uuid uuids[] = { in TEST_F() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/presence/
H A DBleRxTxOffsetPrecisionActivity.java182 mBleScanner.startScanning((uuids, in startTestAsDut() argument
223 mBleScanner.startScanning((uuids, in startTestAsReferenceDevice() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dfake_client.cc78 std::vector<UUID> uuids) { in DiscoverServicesWithUuids()
93 std::vector<UUID> uuids) { in DiscoverServicesWithUuidsInRange()
H A Dfake_layer.cc174 std::vector<UUID> uuids = std::move(services_to_discover); in InitializeClient() local
223 std::vector<UUID> uuids, in ListServices()
H A Dremote_service_manager.cc26 ServiceListCallback callback, const std::vector<UUID>& uuids) in ServiceListRequest()
507 void RemoteServiceManager::ListServices(const std::vector<UUID>& uuids, in ListServices()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1874 List<UUID> uuids = List.of(baseCallId, firstJoiningCallId, secondJoiningCallId); in leCallControlCallback_onJoinCalls() local
1909 List<UUID> uuids = List.of(baseCallId, firstJoiningCallId); in leCallControlCallback_onJoinCalls_omitDoubledCalls() local
1940 List<UUID> uuids = List.of(baseCallId, firstJoiningCallId, secondJoiningCallId); in leCallControlCallback_onJoinCalls_omitNullCalls() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBluetoothDevice.java73 private ParcelUuid[] uuids; field in ShadowBluetoothDevice
229 public void setUuids(ParcelUuid[] uuids) { in setUuids()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dadvertising_data.cc528 BoundedUuids& uuids = iter->second; in AddServiceUuid() local
558 std::unordered_set<UUID> uuids; in service_data_uuids() local
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Devent.c126 const uuid_t* uuids; member
417 const struct uuid* uuids, in event_source_create()
/aosp_15_r20/external/python/bumble/bumble/
Dgatt_client.py165 async def discover_characteristics(self, uuids=()): argument
611 self, uuids, service: Optional[ServiceProxy] argument

123456789