Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 18 of 18) sorted by relevance

/system/bt/service/ipc/binder/
Dinterface_with_instances_base.cc50 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in RegisterInstanceBase()
103 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in OnRegisterInstance()
Dbluetooth_gatt_client_binder_server.cc77 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
Dbluetooth_le_scanner_binder_server.cc134 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
Dbluetooth_le_advertiser_binder_server.cc173 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
Dbluetooth_low_energy_binder_server.cc167 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
Dbluetooth_gatt_server_binder_server.cc225 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
/system/core/libutils/include/utils/
DSingleton.h48 TYPE* instance = sInstance; in getInstance() local
/system/nvram/core/tests/
Dgtest_stubs.cpp29 TestInstanceBase* instance = decl->create_function(); in RunAllTests() local
Dgtest_stubs.h88 static TestRegistry* instance() { return &g_instance; } in instance() function
/system/core/init/
Dinit_parser.cpp34 static Parser instance; in GetInstance() local
Daction.cpp309 static ActionManager instance; in GetInstance() local
Dservice.cpp873 static ServiceManager instance; in GetInstance() local
/system/keymaster/include/keymaster/
Dauthorization_set.h268 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue()
287 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue()
306 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue()
327 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue()
/system/keymaster/
Dauthorization_set.cpp562 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep()
586 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep()
610 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep()
/system/bt/osi/include/
Dmetrics.h112 static BluetoothMetricsLogger* instance = new BluetoothMetricsLogger(); in GetInstance() local
/system/core/adb/client/
Dusb_windows.cpp222 const HINSTANCE instance = GetModuleHandleW(NULL); in _power_notification_thread() local
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc52 BleAdvertiserHciInterface* instance = nullptr; variable
Dbtm_ble_multi_adv.cc834 BleAdvertisingManager* instance; variable