/system/core/libunwindstack/tests/ |
D | MapsTest.cpp | 36 MapInfo* element = maps.Get(0); in VerifyLine() 55 MapInfo* info = maps.Get(0); in TEST() 166 MapInfo* info = maps.Get(0); in TEST() 174 info = maps.Get(1); in TEST() 182 info = maps.Get(2); in TEST() 190 info = maps.Get(3); in TEST() 198 info = maps.Get(4); in TEST() 206 ASSERT_TRUE(maps.Get(5) == nullptr); in TEST() 218 MapInfo* info = maps.Get(0); in TEST() 226 info = maps.Get(1); in TEST() [all …]
|
D | DexFilesTest.cpp | 59 MapInfo* map_info = maps_->Get(kMapGlobalNonReadableExectable); in SetUp() 70 map_info = maps_->Get(kMapGlobalSetToZero); in SetUp() 81 map_info = maps_->Get(kMapGlobal); in SetUp() 149 MapInfo* info = maps_->Get(kMapDexFileEntries); in TEST_F() 159 MapInfo* info = maps_->Get(kMapDexFiles); in TEST_F() 173 MapInfo* info = maps_->Get(kMapDexFiles); in TEST_F() 188 MapInfo* info = maps_->Get(kMapDexFiles); in TEST_F() 203 MapInfo* info = maps_->Get(kMapDexFiles); in TEST_F() 219 MapInfo* info = maps_->Get(kMapDexFiles); in TEST_F() 239 MapInfo* info = maps_->Get(kMapDexFiles); in TEST_F() [all …]
|
/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 | 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 | 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 | 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 | 73 bluetooth::Daemon::Get()->StartMainLoop(); in main() 76 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 | 41 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer() 46 hal::BluetoothGattInterface::Get() in ~GattServer() 94 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service( in AddService() 168 hal::BluetoothGattInterface::Get() in SendResponse() 220 bt_status_t status = hal::BluetoothGattInterface::Get() in SendNotification() 572 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory() 576 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory() 591 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
|
/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/bt/btif/src/ |
D | btif_ble_advertiser.cc | 98 BleAdvertisingManager::Get(), in RegisterAdvertiser() 112 BleAdvertisingManager::Get()->Unregister(advertiser_id); in Unregister() 121 BleAdvertisingManager::Get(), advertiser_id, in GetOwnAddress() 134 BleAdvertisingManager::Get(), in SetParameters() 144 Bind(&BleAdvertisingManager::SetData, BleAdvertisingManager::Get(), in SetData() 158 Bind(&BleAdvertisingManager::Enable, BleAdvertisingManager::Get(), in Enable() 177 BleAdvertisingManager::Get(), advertiser_id, in StartAdvertising() 203 BleAdvertisingManager::Get(), jni_thread_wrapper(FROM_HERE, cb), in StartAdvertisingSet() 222 BleAdvertisingManager::Get(), advertiser_id, in SetPeriodicAdvertisingParameters() 234 BleAdvertisingManager::Get(), advertiser_id, in SetPeriodicAdvertisingData() [all …]
|
D | btif_hearing_aid.cc | 87 Unretained(HearingAid::Get()), address)); in Connect() 93 Unretained(HearingAid::Get()), address)); in Disconnect() 101 Unretained(HearingAid::Get()), volume)); in SetVolume() 110 Unretained(HearingAid::Get()), address)); in RemoveDevice()
|
/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 | 37 void* Get() { return reinterpret_cast<void*>(~ptr_); } in Get() function in android::HiddenPointer 39 free(Get()); in Free() 94 void* ptr = hidden_ptr.Get(); in TEST_F() 127 g_ptr = hidden_ptr.Get(); in TEST_F() 160 pthread_setspecific(key, hidden_ptr.Get()); in TEST_F() 194 void* ptr = hidden_ptr.Get(); in TEST_F()
|
/system/update_engine/common/ |
D | subprocess_unittest.cc | 122 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 127 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 129 EXPECT_EQ(&subprocess_, &Subprocess::Get()); in TEST_F() 252 uint32_t tag = Subprocess::Get().Exec(cmd, base::Bind(&CallbackBad)); in TEST_F() 267 Subprocess::Get().KillExec(tag); in TEST_F() 275 base::Bind([] { return Subprocess::Get().subprocess_records_.empty(); })); in TEST_F() 276 EXPECT_TRUE(Subprocess::Get().subprocess_records_.empty()); in TEST_F()
|
/system/bt/profile/avrcp/tests/ |
D | avrcp_connection_handler_test.cc | 103 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 127 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 151 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 178 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 222 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 260 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 292 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 328 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 387 connection_handler_ = ConnectionHandler::Get(); in TEST_F() 409 connection_handler_ = ConnectionHandler::Get(); in TEST_F() [all …]
|
/system/tools/aidl/ |
D | generate_java.h | 51 Variable* Get(const Type* type); 52 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/update_engine/ |
D | dbus_connection.h | 32 static DBusConnection* Get();
|
D | power_manager_chromeos.cc | 35 : power_manager_proxy_(DBusConnection::Get()->GetDBus()) {} in PowerManagerChromeOS()
|
D | dbus_connection.cc | 49 DBusConnection* DBusConnection::Get() { in Get() function in chromeos_update_engine::DBusConnection
|
/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/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/core/libbinderwrapper/ |
D | binder_wrapper.cc | 48 BinderWrapper* BinderWrapper::Get() { in Get() function in android::BinderWrapper
|