Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 7 of 7) sorted by relevance

/system/core/include/utils/
DSingleton.h34 TYPE* instance = sInstance; in getInstance() local
35 if (instance == 0) { in getInstance()
36 instance = new TYPE(); in getInstance()
37 sInstance = instance; in getInstance()
39 return *instance; in getInstance()
/system/keymaster/include/keymaster/
Dauthorization_set.h200 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() argument
201 return GetTagValueIntRep(tag, instance, val); in GetTagValue()
219 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() argument
220 return GetTagValueLongRep(tag, instance, val); in GetTagValue()
238 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() argument
239 return GetTagValueEnumRep(tag, instance, reinterpret_cast<uint32_t*>(val)); in GetTagValue()
259 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, in GetTagValue() argument
261 return GetTagValueIntRep(tag, instance, val); in GetTagValue()
388 bool GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, uint32_t* val) const;
390 bool GetTagValueIntRep(keymaster_tag_t tag, size_t instance, uint32_t* val) const;
[all …]
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp45 FingerprintDaemonProxy* instance = FingerprintDaemonProxy::getInstance(); in hal_notify_callback() local
46 const sp<IFingerprintDaemonCallback> callback = instance->mCallback; in hal_notify_callback()
51 const int64_t device = (int64_t) instance->mDevice; in hal_notify_callback()
67 instance->notifyKeystore(hat, sizeof(msg->data.authenticated.hat)); in hal_notify_callback()
/system/keymaster/
Dauthorization_set.cpp495 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep() argument
499 while (count <= instance) { in GetTagValueEnumRep()
519 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep() argument
523 while (count <= instance) { in GetTagValueIntRep()
543 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep() argument
547 while (count <= instance) { in GetTagValueLongRep()
/system/media/camera/docs/
Dmetadata_template.mako19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
/system/core/adb/
DSERVICES.TXT58 This will fail if there is more than one such emulator instance
78 A variant of host-serial used to target the single emulator instance
/system/core/libutils/
DREADME119 Each running (Dalvik) process is assigned a unique instance of