Searched refs:copyAndPost (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp88 void copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType);
246 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) function in class:JNICameraContext
255 ALOGV("copyAndPost: off=%zd, size=%zu", offset, size);
326 copyAndPost(env, dataPtr, dataMsgType);
336 copyAndPost(env, dataPtr, dataMsgType);

Completed in 520 milliseconds