/system/bt/service/ |
D | low_energy_scanner.cc | 81 hal::BluetoothGattInterface::Get()->RemoveScannerObserver(this); in ~LowEnergyScanner() 83 hal::BluetoothGattInterface::Get()->GetScannerHALInterface()->Unregister( in ~LowEnergyScanner() 107 hal::BluetoothGattInterface::Get()->StartScan(scanner_id_); in StartScan() 124 hal::BluetoothGattInterface::Get()->StopScan(scanner_id_); in StopScan() 165 hal::BluetoothGattInterface::Get()->AddScannerObserver(this); in LowEnergyScannerFactory() 169 hal::BluetoothGattInterface::Get()->RemoveScannerObserver(this); in ~LowEnergyScannerFactory() 184 hal::BluetoothGattInterface::Get()->GetScannerHALInterface(); in RegisterInstance() 215 hal::BluetoothGattInterface::Get()->AddScannerObserver(scanner.get()); in RegisterScannerCallback()
|
D | gatt_client.cc | 36 hal::BluetoothGattInterface::Get() in ~GattClient() 49 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in GattClientFactory() 53 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~GattClientFactory() 68 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
|
D | low_energy_client.cc | 46 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClient() 48 hal::BluetoothGattInterface::Get() in ~LowEnergyClient() 60 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->connect( in Connect() 87 hal::BluetoothGattInterface::Get()->GetClientHALInterface()->disconnect( in Disconnect() 113 bt_status_t status = hal::BluetoothGattInterface::Get() in SetMtu() 200 hal::BluetoothGattInterface::Get()->AddClientObserver(this); in LowEnergyClientFactory() 204 hal::BluetoothGattInterface::Get()->RemoveClientObserver(this); in ~LowEnergyClientFactory() 219 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
|
D | adapter.cc | 80 hal::BluetoothInterface::Get()->AddObserver(this); in AdapterImpl() 86 hal::BluetoothInterface::Get()->GetHALInterface()->get_adapter_properties(); in AdapterImpl() 90 hal::BluetoothInterface::Get()->RemoveObserver(this); in ~AdapterImpl() 120 int status = hal::BluetoothInterface::Get()->GetHALInterface()->enable( in Enable() 146 int status = hal::BluetoothInterface::Get()->GetHALInterface()->disable(); in Disable() 158 std::string GetName() const override { return name_.Get(); } in GetName() 184 std::string GetAddress() const override { return address_.Get(); } in GetAddress() 349 hal::BluetoothInterface::Get()->GetHALInterface()->set_adapter_property( in SetAdapterProperty()
|
D | main.cc | 75 bluetooth::Daemon::Get()->StartMainLoop(); in main() 78 bluetooth::Daemon::Get()->ShutDown(); in main()
|
D | low_energy_advertiser.cc | 135 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface()->Enable( in ~LowEnergyAdvertiser() 138 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface()->Unregister( in ~LowEnergyAdvertiser() 174 hal::BluetoothGattInterface::Get() in StartAdvertising() 204 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface()->Enable( in StopAdvertising() 308 hal::BluetoothGattInterface::Get()->GetAdvertiserHALInterface(); in RegisterInstance()
|
D | gatt_server.cc | 39 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer() 44 hal::BluetoothGattInterface::Get() in ~GattServer() 92 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service( in AddService() 166 hal::BluetoothGattInterface::Get() in SendResponse() 218 bt_status_t status = hal::BluetoothGattInterface::Get() in SendNotification() 570 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory() 574 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory() 589 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
|
D | daemon.h | 50 static Daemon* Get();
|
/system/bt/btif/src/ |
D | btif_ble_advertiser.cc | 98 base::Unretained(BleAdvertisingManager::Get()), in RegisterAdvertiser() 112 BleAdvertisingManager::Get()->Unregister(advertiser_id); in Unregister() 120 base::Unretained(BleAdvertisingManager::Get()), in GetOwnAddress() 134 base::Unretained(BleAdvertisingManager::Get()), advertiser_id, in SetParameters() 143 base::Unretained(BleAdvertisingManager::Get()), advertiser_id, in SetData() 156 base::Unretained(BleAdvertisingManager::Get()), advertiser_id, in Enable() 174 base::Unretained(BleAdvertisingManager::Get()), advertiser_id, in StartAdvertising() 199 base::Unretained(BleAdvertisingManager::Get()), in StartAdvertisingSet() 217 base::Unretained(BleAdvertisingManager::Get()), advertiser_id, in SetPeriodicAdvertisingParameters() 229 base::Unretained(BleAdvertisingManager::Get()), advertiser_id, in SetPeriodicAdvertisingData() [all …]
|
/system/bt/stack/test/ |
D | ble_advertiser_test.cc | 206 BleAdvertisingManager::Get()->RegisterAdvertiser(Bind( in TEST_F() 213 BleAdvertisingManager::Get()->RegisterAdvertiser( in TEST_F() 222 BleAdvertisingManager::Get()->Unregister(5); in TEST_F() 226 BleAdvertisingManager::Get()->RegisterAdvertiser( in TEST_F() 235 BleAdvertisingManager::Get()->RegisterAdvertiser( in TEST_F() 247 BleAdvertisingManager::Get()->SetParameters( in TEST_F() 261 BleAdvertisingManager::Get()->SetData( in TEST_F() 277 BleAdvertisingManager::Get()->Enable( in TEST_F() 299 BleAdvertisingManager::Get()->Unregister(advertiser_id); in TEST_F() 309 BleAdvertisingManager::Get()->RegisterAdvertiser( in TEST_F() [all …]
|
/system/nvram/messages/include/nvram/messages/ |
D | struct.h | 131 const MemberType& Get(const Struct& object) const { in Get() function 135 MemberType& Get(Struct& object) const { in Get() function 209 static constexpr Type Get(FieldSpecList<FieldSpec, Tail...> self) { 210 return Prev::Get(self.kTail); 219 static constexpr Type Get(FieldSpecList<FieldSpec, Tail...> self) { 256 constexpr typename FieldSpecLookup<index, FieldSpec, Tail...>::Type Get() 258 return FieldSpecLookup<index, FieldSpec, Tail...>::Get(*this);
|
/system/core/libmemunreachable/tests/ |
D | MemUnreachable_test.cpp | 32 void* Get() { return reinterpret_cast<void*>(~ptr_); } in Get() function in android::HiddenPointer 34 free(Get()); in Free() 61 void* ptr = hidden_ptr.Get(); in TEST() 94 g_ptr = hidden_ptr.Get(); in TEST() 127 pthread_setspecific(key, hidden_ptr.Get()); in TEST()
|
/system/update_engine/common/ |
D | subprocess_unittest.cc | 123 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 128 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 130 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 253 uint32_t tag = Subprocess::Get().Exec(cmd, base::Bind(&CallbackBad)); in TEST_F() 268 Subprocess::Get().KillExec(tag); in TEST_F() 276 base::Bind([] { return Subprocess::Get().subprocess_records_.empty(); })); in TEST_F() 277 EXPECT_TRUE(Subprocess::Get().subprocess_records_.empty()); in TEST_F()
|
/system/tools/aidl/ |
D | generate_java.h | 48 Variable* Get(const Type* type); 49 Variable* Get(int index);
|
D | generate_java.cpp | 43 Variable* VariableFactory::Get(const Type* type) { in Get() function in android::aidl::VariableFactory 51 Variable* VariableFactory::Get(int index) { in Get() function in android::aidl::VariableFactory
|
/system/libvintf/ |
D | VintfObject.cpp | 43 static const T *Get( in Get() function 59 return Get(&gDeviceManifest, skipCache, in GetDeviceHalManifest() 66 return Get(&gFrameworkManifest, skipCache, in GetFrameworkHalManifest() 74 return Get(&gDeviceMatrix, skipCache, in GetDeviceCompatibilityMatrix() 81 return Get(&gFrameworkMatrix, skipCache, in GetFrameworkCompatibilityMatrix() 88 return Get(&gDeviceRuntimeInfo, skipCache, in GetRuntimeInfo()
|
/system/update_engine/ |
D | dbus_connection.h | 32 static DBusConnection* Get();
|
D | power_manager_chromeos.cc | 33 : power_manager_proxy_(DBusConnection::Get()->GetDBus()) {} in PowerManagerChromeOS()
|
D | dbus_connection.cc | 49 DBusConnection* DBusConnection::Get() { in Get() function in chromeos_update_engine::DBusConnection
|
D | shill_proxy.cc | 29 : bus_(DBusConnection::Get()->GetDBus()), in ShillProxy()
|
D | binder_service_android.cc | 68 auto binder_wrapper = android::BinderWrapper::Get(); in bind() 90 auto binder_wrapper = android::BinderWrapper::Get(); in unbind()
|
/system/bt/test/suite/adapter/ |
D | bluetooth_test.cc | 51 auto bt_hal_interface = bluetooth::hal::BluetoothInterface::Get(); in SetUp() 63 auto bt_hal_interface = bluetooth::hal::BluetoothInterface::Get(); in TearDown()
|
/system/bt/service/common/bluetooth/util/ |
D | atomic_string.h | 32 std::string Get() const;
|
D | atomic_string.cc | 23 std::string AtomicString::Get() const { in Get() function in util::AtomicString
|
/system/core/libbinderwrapper/ |
D | binder_wrapper.cc | 48 BinderWrapper* BinderWrapper::Get() { in Get() function in android::BinderWrapper
|