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

/frameworks/av/camera/include/camera/
H A DCamera.h43 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
/frameworks/av/include/camera/
H A DCamera.h43 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java128 public void postUrl(String url, byte[] postData); argument
H A DWebView.java943 * Loads the URL with postData using "POST" method into this WebView. If url
945 * instead, ignoring the postData param.
948 * @param postData the data will be passed to "POST" request, which must be
951 public void postUrl(String url, byte[] postData) { argument
954 mProvider.postUrl(url, postData);
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp77 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
227 // Vector access should be protected by lock in postData()
303 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, function in class:JNICameraContext
353 postData(msgType, dataPtr, NULL);
/frameworks/av/camera/
H A DCamera.cpp366 listener->postData(msgType, dataPtr, metadata);
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp53 virtual void postData(int32_t msgType, const sp<IMemory> &dataPtr,
89 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, function in class:android::CameraSourceListener
91 ALOGV("postData(%d, ptr:%p, size:%zu)",

Completed in 766 milliseconds