Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 147) sorted by relevance

123456

/system/core/libunwindstack/tests/
DMapsTest.cpp36 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 …]
DDexFilesTest.cpp59 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/
Dlow_energy_scanner.cc81 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()
Dlow_energy_client.cc46 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()
Dgatt_client.cc36 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()
Dadapter.cc80 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()
Dmain.cc73 bluetooth::Daemon::Get()->StartMainLoop(); in main()
76 bluetooth::Daemon::Get()->ShutDown(); in main()
Dlow_energy_advertiser.cc135 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()
Dgatt_server.cc40 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServer()
45 hal::BluetoothGattInterface::Get() in ~GattServer()
93 hal::BluetoothGattInterface::Get()->GetServerHALInterface()->add_service( in AddService()
161 hal::BluetoothGattInterface::Get() in SendResponse()
213 bt_status_t status = hal::BluetoothGattInterface::Get() in SendNotification()
565 hal::BluetoothGattInterface::Get()->AddServerObserver(this); in GattServerFactory()
569 hal::BluetoothGattInterface::Get()->RemoveServerObserver(this); in ~GattServerFactory()
584 hal::BluetoothGattInterface::Get()->GetServerHALInterface(); in RegisterInstance()
/system/bt/stack/test/
Dble_advertiser_test.cc206 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/
Dbtif_ble_advertiser.cc98 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 …]
Dbtif_hearing_aid.cc87 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/
Dstruct.h131 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/
DMemUnreachable_test.cpp37 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/
Dsubprocess_unittest.cc122 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/
Davrcp_connection_handler_test.cc103 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/
Dgenerate_java.h51 Variable* Get(const Type* type);
52 Variable* Get(int index);
Dgenerate_java.cpp43 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/
Ddbus_connection.h32 static DBusConnection* Get();
Dpower_manager_chromeos.cc35 : power_manager_proxy_(DBusConnection::Get()->GetDBus()) {} in PowerManagerChromeOS()
Ddbus_connection.cc49 DBusConnection* DBusConnection::Get() { in Get() function in chromeos_update_engine::DBusConnection
/system/bt/service/common/bluetooth/util/
Datomic_string.h32 std::string Get() const;
Datomic_string.cc23 std::string AtomicString::Get() const { in Get() function in util::AtomicString
/system/bt/test/suite/adapter/
Dbluetooth_test.cc51 auto bt_hal_interface = bluetooth::hal::BluetoothInterface::Get(); in SetUp()
63 auto bt_hal_interface = bluetooth::hal::BluetoothInterface::Get(); in TearDown()
/system/core/libbinderwrapper/
Dbinder_wrapper.cc48 BinderWrapper* BinderWrapper::Get() { in Get() function in android::BinderWrapper

123456