/system/bt/service/common/bluetooth/ |
D | descriptor.cc | 22 uuid_ = other.uuid_; in Descriptor() 30 uuid_ = other.uuid_; in operator =() 37 return handle_ == other.handle_ && uuid_ == other.uuid_ && in Equals()
|
D | service.cc | 23 uuid_ = other.uuid_; in Service() 33 uuid_ = other.uuid_; in operator =() 41 uuid_ == other.uuid_ && characteristics_ == other.characteristics_ && in Equals()
|
D | characteristic.cc | 22 uuid_ = other.uuid_; in Characteristic() 32 uuid_ = other.uuid_; in operator =() 41 return handle_ == other.handle_ && uuid_ == other.uuid_ && in Equals()
|
D | descriptor.h | 28 : handle_(handle), uuid_(uuid), permissions_(permissions){}; in Descriptor() 38 const Uuid& uuid() const { return uuid_; } in uuid() 42 Uuid uuid_; variable
|
D | characteristic.h | 33 uuid_(uuid), in Characteristic() 46 const Uuid& uuid() const { return uuid_; } in uuid() 54 Uuid uuid_; variable
|
D | service.h | 34 uuid_(uuid), in Service() 47 const Uuid& uuid() const { return uuid_; } in uuid() 59 Uuid uuid_; variable
|
/system/bt/service/common/android/bluetooth/ |
D | bluetooth_gatt_included_service.h | 39 uuid_(service.uuid()), in BluetoothGattIncludedService() 59 Uuid uuid() const { return uuid_; } in uuid() 63 Uuid uuid_; variable
|
D | bluetooth_gatt_included_service.cc | 32 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 46 uuid_ = uuid.uuid; in readFromParcel()
|
D | bluetooth_gatt_descriptor.cc | 31 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 45 uuid_ = uuid.uuid; in readFromParcel()
|
D | bluetooth_gatt_characteristic.cc | 35 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 62 uuid_ = uuid.uuid; in readFromParcel()
|
D | bluetooth_gatt_service.cc | 38 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel() 67 uuid_ = uuid.uuid; in readFromParcel()
|
/system/bt/btif/src/ |
D | btif_profile_queue.cc | 52 : address_(address), uuid_(uuid), busy_(false), connect_cb_(connect_cb) {} in ConnectNode() 56 PRIVATE_ADDRESS(address_), uuid_, in ToString() 61 uint16_t uuid() const { return uuid_; } in uuid() 73 return connect_cb_(&address_, uuid_); in connect() 78 uint16_t uuid_; member in ConnectNode
|
/system/bt/test/headless/sdp/ |
D | sdp.cc | 138 if (options_.uuid_.size() != 1) { in Run() 146 options_.uuid_.front()); in Run()
|
/system/core/trusty/coverage/ |
D | coverage.cpp | 53 uuid_(*uuid), in CoverageRecord() 62 uuid_(*uuid), in CoverageRecord() 133 req.open_args.uuid = uuid_; in Open()
|
/system/bt/test/headless/ |
D | get_options.h | 47 std::list<bluetooth::Uuid> uuid_; variable
|
D | get_options.cc | 120 uuid_.push_back( in ProcessOption()
|
/system/core/trusty/coverage/include/trusty/coverage/ |
D | coverage.h | 73 struct uuid uuid_; variable
|
/system/vold/ |
D | VoldNativeService.cpp | 803 auto uuid_ = uuid ? *uuid : empty_string; in prepareUserStorage() local 804 CHECK_ARGUMENT_HEX(uuid_); in prepareUserStorage() 807 return translateBool(fscrypt_prepare_user_storage(uuid_, userId, userSerial, flags)); in prepareUserStorage() 814 auto uuid_ = uuid ? *uuid : empty_string; in destroyUserStorage() local 815 CHECK_ARGUMENT_HEX(uuid_); in destroyUserStorage() 818 return translateBool(fscrypt_destroy_user_storage(uuid_, userId, flags)); in destroyUserStorage()
|