Home
last modified time | relevance | path

Searched refs:uuid_ (Results 1 – 18 of 18) sorted by relevance

/system/bt/service/common/bluetooth/
Ddescriptor.cc22 uuid_ = other.uuid_; in Descriptor()
30 uuid_ = other.uuid_; in operator =()
37 return handle_ == other.handle_ && uuid_ == other.uuid_ && in Equals()
Dservice.cc23 uuid_ = other.uuid_; in Service()
33 uuid_ = other.uuid_; in operator =()
41 uuid_ == other.uuid_ && characteristics_ == other.characteristics_ && in Equals()
Dcharacteristic.cc22 uuid_ = other.uuid_; in Characteristic()
32 uuid_ = other.uuid_; in operator =()
41 return handle_ == other.handle_ && uuid_ == other.uuid_ && in Equals()
Ddescriptor.h28 : handle_(handle), uuid_(uuid), permissions_(permissions){}; in Descriptor()
38 const Uuid& uuid() const { return uuid_; } in uuid()
42 Uuid uuid_; variable
Dcharacteristic.h33 uuid_(uuid), in Characteristic()
46 const Uuid& uuid() const { return uuid_; } in uuid()
54 Uuid uuid_; variable
Dservice.h34 uuid_(uuid), in Service()
47 const Uuid& uuid() const { return uuid_; } in uuid()
59 Uuid uuid_; variable
/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.h39 uuid_(service.uuid()), in BluetoothGattIncludedService()
59 Uuid uuid() const { return uuid_; } in uuid()
63 Uuid uuid_; variable
Dbluetooth_gatt_included_service.cc32 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
46 uuid_ = uuid.uuid; in readFromParcel()
Dbluetooth_gatt_descriptor.cc31 status_t status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
45 uuid_ = uuid.uuid; in readFromParcel()
Dbluetooth_gatt_characteristic.cc35 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
62 uuid_ = uuid.uuid; in readFromParcel()
Dbluetooth_gatt_service.cc38 status = parcel->writeParcelable((UUID)uuid_); in writeToParcel()
67 uuid_ = uuid.uuid; in readFromParcel()
/system/bt/btif/src/
Dbtif_profile_queue.cc52 : 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/
Dsdp.cc138 if (options_.uuid_.size() != 1) { in Run()
146 options_.uuid_.front()); in Run()
/system/core/trusty/coverage/
Dcoverage.cpp53 uuid_(*uuid), in CoverageRecord()
62 uuid_(*uuid), in CoverageRecord()
133 req.open_args.uuid = uuid_; in Open()
/system/bt/test/headless/
Dget_options.h47 std::list<bluetooth::Uuid> uuid_; variable
Dget_options.cc120 uuid_.push_back( in ProcessOption()
/system/core/trusty/coverage/include/trusty/coverage/
Dcoverage.h73 struct uuid uuid_; variable
/system/vold/
DVoldNativeService.cpp803 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()