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

  /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
  /system/bt/service/common/bluetooth/
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/btif/src/
btif_profile_queue.cc 50 : 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/
VoldNativeService.cpp 744 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));
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 455 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
471 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
502 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
536 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
544 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
545 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
597 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
602 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
628 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
675 const char* uuid_ = uuid ? uuid->c_str() : nullptr local
710 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
952 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
977 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1014 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1471 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1577 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
1731 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2011 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2294 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
2641 const char* uuid_ = uuid ? uuid->c_str() : nullptr; local
    [all...]

Completed in 198 milliseconds