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

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp75 void copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType);
224 void JNICameraContext::copyAndPost(JNIEnv* env, const sp<IMemory>& dataPtr, int msgType) function in class:JNICameraContext
233 ALOGV("copyAndPost: off=%ld, size=%d", offset, size);
304 copyAndPost(env, dataPtr, dataMsgType);
314 copyAndPost(env, dataPtr, dataMsgType);

Completed in 29 milliseconds