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

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

Completed in 815 milliseconds