Searched defs:postData (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DCameraSource.cpp53 virtual void postData(int32_t msgType, const sp<IMemory> &dataPtr,
85 void CameraSourceListener::postData(int32_t msgType, const sp<IMemory> &dataPtr, function in class:android::CameraSourceListener
87 ALOGV("postData(%d, ptr:%p, size:%zu)",
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp77 virtual void postData(int32_t msgType, const sp<IMemory>& dataPtr,
224 // Vector access should be protected by lock in postData()
300 void JNICameraContext::postData(int32_t msgType, const sp<IMemory>& dataPtr, function in class:JNICameraContext
350 postData(msgType, dataPtr, NULL);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java123 public void postUrl(String url, byte[] postData); argument
H A DWebView.java948 * Loads the URL with postData using "POST" method into this WebView. If url
950 * instead, ignoring the postData param.
953 * @param postData the data will be passed to "POST" request, which must be
956 public void postUrl(String url, byte[] postData) { argument
959 mProvider.postUrl(url, postData);

Completed in 177 milliseconds