Searched defs:instance (Results 1 – 12 of 12) sorted by relevance
/system/bt/service/ipc/binder/ |
D | interface_with_instances_base.cpp | 52 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in RegisterInstanceBase() 107 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in OnRegisterInstance()
|
D | bluetooth_gatt_client_binder_server.cpp | 71 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
|
D | bluetooth_low_energy_binder_server.cpp | 283 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
|
D | bluetooth_gatt_server_binder_server.cpp | 286 bluetooth::BluetoothInstance* instance) { in OnRegisterInstanceImpl()
|
/system/core/include/utils/ |
D | Singleton.h | 34 TYPE* instance = sInstance; in getInstance() local
|
/system/core/init/ |
D | init_parser.cpp | 34 static Parser instance; in GetInstance() local
|
D | action.cpp | 304 static ActionManager instance; in GetInstance() local
|
D | service.cpp | 620 static ServiceManager instance; in GetInstance() local
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 256 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/ |
D | authorization_set.cpp | 536 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/ |
D | FingerprintDaemonProxy.cpp | 45 FingerprintDaemonProxy* instance = FingerprintDaemonProxy::getInstance(); in hal_notify_callback() local
|
/system/core/adb/ |
D | usb_windows.cpp | 220 const HINSTANCE instance = GetModuleHandleW(NULL); in _power_notification_thread() local
|