Searched defs:objectID (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 45 const void* objectID, void* object, void* cleanupCookie, in attach() 69 void BpBinder::ObjectManager::detach(const void* objectID) in detach() 287 const void* objectID, void* object, void* cleanupCookie, in attachObject() 301 void BpBinder::detachObject(const void* objectID) in detachObject()
|
D | Binder.cpp | 160 const void* objectID, void* object, void* cleanupCookie, in attachObject() 190 void BBinder::detachObject(const void* objectID) in detachObject()
|
/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 | 341 jint storageID, jint format, jint objectID) in android_mtp_MtpDevice_get_object_handles() 360 android_mtp_MtpDevice_get_object_info(JNIEnv *env, jobject thiz, jint objectID) in android_mtp_MtpDevice_get_object_info() 393 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jlong objectSizeLong) in android_mtp_MtpDevice_get_object() 422 jint objectID, in android_mtp_MtpDevice_get_partial_object() 459 jint objectID, in android_mtp_MtpDevice_get_partial_object_64() 511 android_mtp_MtpDevice_get_thumbnail(JNIEnv *env, jobject thiz, jint objectID) in android_mtp_MtpDevice_get_thumbnail()
|
/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/wilhelm/src/itf/ |
D | IEngine.cpp | 770 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, in IEngine_CreateExtensionObject() 787 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) in IEngine_QueryNumSupportedInterfaces() 826 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces() 1310 void *pParameters, XAuint32 objectID, XAuint32 numInterfaces, in IXAEngine_CreateExtensionObject() 1355 static XAresult IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QueryNumSupportedInterfaces() 1365 static XAresult IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, in IXAEngine_QuerySupportedInterfaces()
|
/frameworks/base/rs/java/android/renderscript/ |
D | FileA3D.java | 139 long objectID = rs.nFileA3DGetEntryByIndex(entry.mID, entry.mIndex); in internalCreate() local
|