Home
last modified time | relevance | path

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

/system/bt/service/ipc/binder/
Dinterface_with_instances_base.cpp52 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in RegisterInstanceBase()
107 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in OnRegisterInstance()
Dbluetooth_gatt_client_binder_server.cpp71 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
Dbluetooth_low_energy_binder_server.cpp283 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
Dbluetooth_gatt_server_binder_server.cpp286 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
/system/core/include/utils/
DSingleton.h34 TYPE* instance = sInstance; in getInstance() local
/system/core/init/
Dinit_parser.cpp34 static Parser instance; in GetInstance() local
Daction.cpp304 static ActionManager instance; in GetInstance() local
Dservice.cpp620 static ServiceManager instance; in GetInstance() local
/system/keymaster/include/keymaster/
Dauthorization_set.h256 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue()
275 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue()
294 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue()
315 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue()
/system/keymaster/
Dauthorization_set.cpp536 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep()
560 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep()
584 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep()
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp45 FingerprintDaemonProxy* instance = FingerprintDaemonProxy::getInstance(); in hal_notify_callback() local
/system/core/adb/
Dusb_windows.cpp220 const HINSTANCE instance = GetModuleHandleW(NULL); in _power_notification_thread() local