Searched defs:uuid_ (Results 1 - 6 of 6) sorted by relevance

/system/bt/service/common/bluetooth/
H A Ddescriptor.h28 : handle_(handle), uuid_(uuid), permissions_(permissions){};
38 const Uuid& uuid() const { return uuid_; }
42 Uuid uuid_; member in class:bluetooth::Descriptor
H A Dcharacteristic.h33 uuid_(uuid),
46 const Uuid& uuid() const { return uuid_; }
54 Uuid uuid_; member in class:bluetooth::Characteristic
H A Dservice.h34 uuid_(uuid),
47 const Uuid& uuid() const { return uuid_; }
59 Uuid uuid_; member in class:bluetooth::Service
/system/bt/service/common/android/bluetooth/
H A Dbluetooth_gatt_included_service.h39 uuid_(service.uuid()),
59 Uuid uuid() const { return uuid_; }
63 Uuid uuid_; member in class:android::bluetooth::BluetoothGattIncludedService
/system/bt/btif/src/
H A Dbtif_profile_queue.cc50 : address_(address), uuid_(uuid), busy_(false), connect_cb_(connect_cb) {}
54 address_.ToString().c_str(), uuid_,
59 uint16_t uuid() const { return uuid_; }
71 return connect_cb_(&address_, uuid_);
76 uint16_t uuid_; member in class:ConnectNode
/system/vold/
H A DVoldNativeService.cpp744 auto uuid_ = uuid ? *uuid : empty_string; local
745 CHECK_ARGUMENT_HEX(uuid_);
748 return translateBool(e4crypt_prepare_user_storage(uuid_, userId, userSerial, flags));
755 auto uuid_ = uuid ? *uuid : empty_string; local
756 CHECK_ARGUMENT_HEX(uuid_);
759 return translateBool(e4crypt_destroy_user_storage(uuid_, userId, flags));

Completed in 133 milliseconds