Searched refs:instance (Results 1 – 7 of 7) sorted by relevance
/system/core/include/utils/ |
D | Singleton.h | 34 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/ |
D | authorization_set.h | 200 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/ |
D | FingerprintDaemonProxy.cpp | 45 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/ |
D | authorization_set.cpp | 495 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/ |
D | metadata_template.mako | 19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
/system/core/adb/ |
D | SERVICES.TXT | 58 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/ |
D | README | 119 Each running (Dalvik) process is assigned a unique instance of
|