/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCharacteristic.java | 245 public BluetoothGattCharacteristic(UUID uuid, int properties, int permissions) { in BluetoothGattCharacteristic() 255 UUID uuid, int instanceId, in BluetoothGattCharacteristic() 265 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() 271 UUID uuid, int instanceId, in initCharacteristic() 361 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor() 489 public BluetoothGattDescriptor getDescriptor(UUID uuid) { in getDescriptor()
|
H A D | BluetoothGatt.java | 768 /*package*/ BluetoothGattService getService(BluetoothDevice device, UUID uuid, in getService() 871 UUID uuid = UUID.randomUUID(); in registerApp() local 1090 public boolean discoverServiceByUuid(UUID uuid) { in discoverServiceByUuid() 1146 public BluetoothGattService getService(UUID uuid) { in getService() 1214 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid()
|
H A D | BluetoothGattServer.java | 485 UUID uuid = UUID.randomUUID(); in registerCallback() local 543 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService() 849 public BluetoothGattService getService(UUID uuid) { in getService()
|
/aosp12/system/bt/service/common/android/bluetooth/ |
H A D | uuid.h | 35 UUID(const ::bluetooth::Uuid& uuid) : uuid(uuid){}; // NOLINT in UUID()
|
H A D | bluetooth_gatt_included_service.h | 59 Uuid uuid() const { return uuid_; } in uuid() function
|
H A D | bluetooth_gatt_descriptor.cc | 42 UUID uuid; in readFromParcel() local
|
H A D | bluetooth_gatt_included_service.cc | 43 UUID uuid; in readFromParcel() local
|
/aosp12/system/core/trusty/libtrusty/tipc-test/ |
H A D | tipc_test.c | 643 typedef struct uuid struct 651 static void print_uuid(const char *dev, uuid_t *uuid) in print_uuid() 673 uuid_t uuid; in dev_uuid_test() local
|
/aosp14/system/core/trusty/libtrusty/tipc-test/ |
H A D | tipc_test.c | 642 typedef struct uuid struct 650 static void print_uuid(const char *dev, uuid_t *uuid) in print_uuid() 664 uuid_t uuid; in dev_uuid_test() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardTransitionRepositoryTest.kt | 122 val uuid = regex 156 val uuid = regex 175 val uuid = regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/util/ |
H A D | LogUtils.java | 32 public static String getHashedSubscriptionGroup(@Nullable ParcelUuid uuid) { in getHashedSubscriptionGroup()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/util/ |
H A D | LogUtils.java | 32 public static String getHashedSubscriptionGroup(@Nullable ParcelUuid uuid) { in getHashedSubscriptionGroup()
|
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/storage/ |
H A D | CacheQuotaServiceImpl.java | 49 String uuid = request.getVolumeUuid(); in onComputeCacheQuotaHints() local 122 private long getReservedCacheSize(String uuid) { in getReservedCacheSize()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 169 binder::Status checkArgumentUuid(const std::optional<std::string>& uuid) { in checkArgumentUuid() 178 binder::Status checkArgumentUuidTestOrNull(const std::optional<std::string>& uuid) { in checkArgumentUuidTestOrNull() 232 #define CHECK_ARGUMENT_UUID(uuid) { \ argument 239 #define CHECK_ARGUMENT_UUID_IS_TEST_OR_NULL(uuid) { \ argument 1568 static void collectQuotaStats(const std::string& uuid, int32_t userId, in collectQuotaStats() 2241 const std::optional<std::string>& uuid, in getAppCrates() 2291 const std::optional<std::string>& uuid, int32_t userId, in getUserCrates() 2899 const std::optional<std::string>& uuid) { in tryMountDataMirror() 2963 const std::optional<std::string>& uuid) { in onPrivateVolumeRemoved() 3007 const std::optional<std::string>& uuid, userid_t userid) { in findDataMediaPath() [all …]
|
H A D | CrateManager.cpp | 43 CrateManager::CrateManager(const char* uuid, userid_t userId, const std::string& packageName) { in CrateManager() 89 const std::optional<std::string>& uuid, userid_t userId, in traverseAllPackagesForUser()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_gatt_client.cc | 257 static bt_status_t btif_gattc_register_app(const Uuid& uuid, in btif_gattc_register_app() 262 [](const Uuid& uuid, bool eatt_support) { in btif_gattc_register_app() 266 [](const Uuid& uuid, uint8_t client_id, uint8_t status) { in btif_gattc_register_app() 268 [](const Uuid& uuid, uint8_t client_id, uint8_t status) { in btif_gattc_register_app() 388 Uuid* uuid = new Uuid(*filter_uuid); in btif_gattc_search_service() local 397 static void btif_gattc_discover_service_by_uuid(int conn_id, const Uuid& uuid) { in btif_gattc_discover_service_by_uuid() 456 const Uuid& uuid, in btif_gattc_read_using_char_uuid()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | ContextMap.java | 67 public UUID uuid; field in ContextMap.App 123 App(UUID uuid, C callback, T info, String name, AppScanStats appScanStats) { in App() 186 App add(UUID uuid, WorkSource workSource, C callback, T info, GattService service) { in add() 209 void remove(UUID uuid) { in remove() 322 App getByUuid(UUID uuid) { in getByUuid()
|
/aosp12/system/bt/service/ |
H A D | low_energy_client.cc | 37 LowEnergyClient::LowEnergyClient(Adapter& adapter, const Uuid& uuid, in LowEnergyClient() 211 const Uuid& uuid, const RegisterCallback& callback) { in RegisterInstance() 235 Uuid uuid(app_uuid); in RegisterClientCallback() local
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | IsoInterface.java | 100 public UUID uuid; field in IsoInterface.Box 302 public @NonNull long[] getBoxRanges(@NonNull UUID uuid) { in getBoxRanges() 328 public @Nullable byte[] getBoxBytes(@NonNull UUID uuid) { in getBoxBytes()
|
/aosp12/system/core/trusty/coverage/ |
H A D | uuid.cpp | 31 bool str_to_uuid(const char* str, struct uuid* uuid) { in str_to_uuid()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | LocalConnectionImpl.java | 34 public String getCallComposerServerUrlForHandle(int subscriptionId, UUID uuid) { in getCallComposerServerUrlForHandle()
|
/aosp14/system/core/trusty/coverage/ |
H A D | uuid.cpp | 31 bool str_to_uuid(const char* str, struct uuid* uuid) { in str_to_uuid()
|
/aosp12/system/bt/bta/sdp/ |
H A D | bta_sdp_api.cc | 75 const bluetooth::Uuid& uuid) { in BTA_SdpSearch()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_bta_sdp_api.cc | 51 const bluetooth::Uuid& uuid) { in BTA_SdpSearch()
|
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | DeviceStorageMonitorService.java | 158 private State findOrCreateState(UUID uuid) { in findOrCreateState() 198 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in check() local 420 final UUID uuid = mStates.keyAt(i); in dumpImpl() local 462 final UUID uuid = StorageManager.convert(vol.getFsUuid()); in updateNotifications() local
|