Home
last modified time | relevance | path

Searched refs:thiz (Results 1 – 3 of 3) sorted by relevance

/device/sample/frameworks/PlatformLibrary/jni/
DPlatformLibrary.cpp78 static jint PlatformLibrary_getJniInt(JNIEnv* env, jobject thiz, jboolean bad) { in PlatformLibrary_getJniInt() argument
84 env->SetIntField(thiz, gCachedState.jniInt, 42); in PlatformLibrary_getJniInt()
/device/asus/fugu/libaudio/
DAudioStreamIn.cpp69 mResamplerProviderWrapper.thiz = this; in AudioStreamIn()
484 return wrapper->thiz->getNextBuffer(buffer); in getNextBufferThunk()
496 wrapper->thiz->releaseBuffer(buffer); in releaseBufferThunk()
DAudioStreamIn.h110 AudioStreamIn* thiz; member