HomeSort by relevance Sort by last modified time
    Searched refs:uuid_ (Results 1 - 12 of 12) sorted by null

  /system/bt/service/common/bluetooth/
descriptor.cc 22 uuid_ = other.uuid_;
30 uuid_ = other.uuid_;
37 return handle_ == other.handle_ && uuid_ == other.uuid_ &&
characteristic.cc 22 uuid_ = other.uuid_;
32 uuid_ = other.uuid_;
41 return handle_ == other.handle_ && uuid_ == other.uuid_ &&
service.cc 23 uuid_ = other.uuid_;
33 uuid_ = other.uuid_;
41 uuid_ == other.uuid_ && characteristics_ == other.characteristics_ &&
descriptor.h 28 : handle_(handle), uuid_(uuid), permissions_(permissions){};
38 const UUID& uuid() const { return uuid_; }
42 UUID uuid_; member in class:bluetooth::Descriptor
characteristic.h 33 uuid_(uuid),
46 const UUID& uuid() const { return uuid_; }
54 UUID uuid_; member in class:bluetooth::Characteristic
service.h 34 uuid_(uuid),
47 const UUID& uuid() const { return uuid_; }
59 UUID uuid_; member in class:bluetooth::Service
  /system/bt/service/common/android/bluetooth/
bluetooth_gatt_included_service.h 39 uuid_(service.uuid()),
59 UUID uuid() const { return uuid_; }
63 UUID uuid_; member in class:android::bluetooth::BluetoothGattIncludedService
bluetooth_gatt_descriptor.cc 31 status_t status = parcel->writeParcelable((UUID)uuid_);
45 uuid_ = (bluetooth::UUID)uuid;
bluetooth_gatt_included_service.cc 32 status_t status = parcel->writeParcelable((UUID)uuid_);
46 uuid_ = uuid;
bluetooth_gatt_characteristic.cc 35 status = parcel->writeParcelable((UUID)uuid_);
62 uuid_ = uuid;
bluetooth_gatt_service.cc 38 status = parcel->writeParcelable((UUID)uuid_);
67 uuid_ = uuid;
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 353 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
369 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
400 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
454 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
462 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
463 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
514 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
519 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
542 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
594 const char* uuid_ = uuid ? uuid->c_str() : nullptr local
629 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
868 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
893 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
930 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1383 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1489 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1643 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1906 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2183 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2364 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
    [all...]

Completed in 212 milliseconds