Searched defs:objectID (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/binder/tests/unit_fuzzers/ |
D | IBinderFuzzFunctions.h | 39 static uint32_t objectID = 0; variable
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 74 void* BpBinder::ObjectManager::attach(const void* objectID, void* object, void* cleanupCookie, in attach() 99 void* BpBinder::ObjectManager::detach(const void* objectID) { in detach() 117 sp<IBinder> BpBinder::ObjectManager::lookupOrCreateWeak(const void* objectID, object_make_func make, in lookupOrCreateWeak() 540 void* BpBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() 553 void* BpBinder::detachObject(const void* objectID) { in detachObject() 563 sp<IBinder> BpBinder::lookupOrCreateWeak(const void* objectID, object_make_func make, in lookupOrCreateWeak()
|
D | Binder.cpp | 214 sp<IBinder> IBinder::lookupOrCreateWeak(const void* objectID, object_make_func make, in lookupOrCreateWeak() 449 void* BBinder::attachObject(const void* objectID, void* object, void* cleanupCookie, in attachObject() 467 void* BBinder::detachObject(const void* objectID) { in detachObject() 483 sp<IBinder> BBinder::lookupOrCreateWeak(const void* objectID, object_make_func make, in lookupOrCreateWeak()
|
/frameworks/wilhelm/tests/sandbox/ |
D | object.c | 40 SLuint32 objectID; in main() local
|
/frameworks/wilhelm/src/ut/ |
D | OpenSLESUT.c | 147 const char *slesutObjectIDToString(SLuint32 objectID) in slesutObjectIDToString()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDevice.cpp | 491 jint storageID, jint format, jint objectID) in android_mtp_MtpDevice_get_object_handles() 510 android_mtp_MtpDevice_get_object_info(JNIEnv *env, jobject thiz, jint objectID) in android_mtp_MtpDevice_get_object_info() 543 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jlong objectSizeLong) in android_mtp_MtpDevice_get_object() 572 jint objectID, in android_mtp_MtpDevice_get_partial_object() 609 jint objectID, in android_mtp_MtpDevice_get_partial_object_64() 661 android_mtp_MtpDevice_get_thumbnail(JNIEnv *env, jobject thiz, jint objectID) in android_mtp_MtpDevice_get_thumbnail()
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 771 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, in IEngine_CreateExtensionObject() 788 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) in IEngine_QueryNumSupportedInterfaces() 827 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces() 1311 void *pParameters, XAuint32 objectID, XAuint32 numInterfaces, in IXAEngine_CreateExtensionObject() 1356 static XAresult IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QueryNumSupportedInterfaces() 1366 static XAresult IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QuerySupportedInterfaces()
|
/frameworks/wilhelm/src/ |
D | classes.cpp | 512 LI_API const ClassTable *objectIDtoClass(SLuint32 objectID) in objectIDtoClass()
|
D | locks.cpp | 178 SLuint32 objectID = IObjectToObjectID(thiz); in object_unlock_exclusive_attributes_() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | FileA3D.java | 144 long objectID = rs.nFileA3DGetEntryByIndex(entry.mID, entry.mIndex); in internalCreate() local
|