Home
last modified time | relevance | path

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

12345

/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()
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()
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()
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.cc75 bluetooth::Daemon::Get()->StartMainLoop(); in main()
78 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.cc39 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()
Ddaemon.h50 static Daemon* Get();
/system/bt/btif/src/
Dbtif_ble_advertiser.cc98 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/
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/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.cpp32 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/
Dsubprocess_unittest.cc123 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/
Dgenerate_java.h48 Variable* Get(const Type* type);
49 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/libvintf/
DVintfObject.cpp43 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/
Ddbus_connection.h32 static DBusConnection* Get();
Dpower_manager_chromeos.cc33 : power_manager_proxy_(DBusConnection::Get()->GetDBus()) {} in PowerManagerChromeOS()
Ddbus_connection.cc49 DBusConnection* DBusConnection::Get() { in Get() function in chromeos_update_engine::DBusConnection
Dshill_proxy.cc29 : bus_(DBusConnection::Get()->GetDBus()), in ShillProxy()
Dbinder_service_android.cc68 auto binder_wrapper = android::BinderWrapper::Get(); in bind()
90 auto binder_wrapper = android::BinderWrapper::Get(); in unbind()
/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/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/core/libbinderwrapper/
Dbinder_wrapper.cc48 BinderWrapper* BinderWrapper::Get() { in Get() function in android::BinderWrapper

12345