/external/clang/test/CodeGenCXX/ |
debug-info-dup-fwd-decl.cpp | 11 return reserved->objectID; 15 unsigned objectID;
|
/frameworks/wilhelm/src/ut/ |
OpenSLESUT.h | 25 extern const char *slesutObjectIDToString(SLuint32 objectID);
|
OpenSLESUT.c | 138 const char *slesutObjectIDToString(SLuint32 objectID) 152 return (0x1001 <= objectID) && (objectID <= 0x100A) ? objectIDstrings[objectID - 0x1001] : NULL;
|
/frameworks/native/include/binder/ |
BpBinder.h | 52 virtual void attachObject( const void* objectID, 56 virtual void* findObject(const void* objectID) const; 57 virtual void detachObject(const void* objectID); 70 void attach( const void* objectID, 74 void* find(const void* objectID) const; 75 void detach(const void* objectID);
|
Binder.h | 49 virtual void attachObject( const void* objectID, 53 virtual void* findObject(const void* objectID) const; 54 virtual void detachObject(const void* objectID);
|
IBinder.h | 140 virtual void attachObject( const void* objectID, 144 virtual void* findObject(const void* objectID) const = 0; 145 virtual void detachObject(const void* objectID) = 0;
|
/external/clang/test/Index/ |
comment-cplus-decls.cpp | 27 return reserved->objectID; 35 unsigned objectID;
|
/frameworks/wilhelm/tests/sandbox/ |
object.c | 40 SLuint32 objectID; 47 for (objectID = FIRST_VALID - 1; objectID <= LAST_VALID + 1; ++objectID) { 48 printf("object ID %x", objectID); 49 const char *string = slesutObjectIDToString(objectID); 53 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, NULL); 56 result = (*engineEngine)->QueryNumSupportedInterfaces(engineEngine, objectID, 61 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, 0, 70 result = (*engineEngine)->QuerySupportedInterfaces(engineEngine, objectID, i, NULL) [all...] |
/frameworks/native/libs/binder/ |
BpBinder.cpp | 44 const void* objectID, void* object, void* cleanupCookie, 52 if (mObjects.indexOfKey(objectID) >= 0) { 54 objectID, this, object); 58 mObjects.add(objectID, e); 61 void* BpBinder::ObjectManager::find(const void* objectID) const 63 const ssize_t i = mObjects.indexOfKey(objectID); 68 void BpBinder::ObjectManager::detach(const void* objectID) 70 mObjects.removeItem(objectID); 287 const void* objectID, void* object, void* cleanupCookie, 292 mObjects.attach(objectID, object, cleanupCookie, func) [all...] |
Binder.cpp | 138 const void* objectID, void* object, void* cleanupCookie, 154 e->mObjects.attach(objectID, object, cleanupCookie, func); 157 void* BBinder::findObject(const void* objectID) const 163 return e->mObjects.find(objectID); 166 void BBinder::detachObject(const void* objectID) 172 e->mObjects.detach(objectID);
|
/frameworks/base/graphics/java/android/renderscript/ |
FileA3D.java | 144 int objectID = rs.nFileA3DGetEntryByIndex(entry.mID, entry.mIndex); 145 if(objectID == 0) { 151 entry.mLoadedObj = new Mesh(objectID, rs);
|
/frameworks/wilhelm/src/ |
classes.c | 504 LI_API const ClassTable *objectIDtoClass(SLuint32 objectID) 509 if ((slObjectID0 <= objectID) && ((slObjectID0 + sizeof(slClasses)/sizeof(slClasses[0])) > 510 objectID)) { 511 return slClasses[objectID - slObjectID0]; 515 if ((xaObjectID0 <= objectID) && ((xaObjectID0 + sizeof(xaClasses)/sizeof(xaClasses[0])) > 516 objectID)) { 517 return xaClasses[objectID - xaObjectID0];
|
locks.c | 165 SLuint32 objectID = IObjectToObjectID(thiz); 166 SLuint32 index = objectID; 207 if (SL_OBJECTID_AUDIOPLAYER == objectID) {
|
sles_allinclusive.h | 302 extern const ClassTable *objectIDtoClass(SLuint32 objectID);
|
/frameworks/base/media/jni/ |
android_mtp_MtpDevice.cpp | 223 jint storageID, jint format, jint objectID) 228 MtpObjectHandleList* handles = device->getObjectHandles(storageID, format, objectID); 242 android_mtp_MtpDevice_get_object_info(JNIEnv *env, jobject thiz, jint objectID) 247 MtpObjectInfo* objectInfo = device->getObjectInfo(objectID); 316 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jint objectSize) 332 if (device->readObject(objectID, get_object_callback, objectSize, &data)) 338 android_mtp_MtpDevice_get_thumbnail(JNIEnv *env, jobject thiz, jint objectID) 345 void* thumbnail = device->getThumbnail(objectID, length);
|
/frameworks/wilhelm/src/itf/ |
IEngine.c | 762 void *pParameters, SLuint32 objectID, SLuint32 numInterfaces, 779 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) 786 const ClassTable *clazz = objectIDtoClass(objectID); [all...] |
/external/eigen/unsupported/test/ |
openglsupport.cpp | 57 void printInfoLog(GLuint objectID) 61 glGetProgramiv(objectID,GL_INFO_LOG_LENGTH, &infologLength); 65 glGetProgramInfoLog(objectID, infologLength, &charsWritten, infoLog);
|
/development/ndk/platforms/android-14/include/OMXAL/ |
OpenMAXAL.h | 618 XAuint32 objectID, 636 XAuint32 objectID, 641 XAuint32 objectID, [all...] |
/development/ndk/platforms/android-14/include/SLES/ |
OpenSLES.h | [all...] |
/development/ndk/platforms/android-9/include/SLES/ |
OpenSLES.h | [all...] |
/frameworks/wilhelm/include/OMXAL/ |
OpenMAXAL.h | 618 XAuint32 objectID, 636 XAuint32 objectID, 641 XAuint32 objectID, [all...] |
/frameworks/wilhelm/include/SLES/ |
OpenSLES.h | [all...] |
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/ |
OpenSLES.h | [all...] |
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/ |
OpenSLES.h | [all...] |