Searched refs:reconnect (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/av/include/media/stagefright/
H A DSurfaceUtils.h29 * If |reconnect| is true, reconnects to the native window before hand.
34 int width, int height, int format, int rotation, int usage, bool reconnect);
H A DACodec.h326 bool reconnect);
/frameworks/av/media/libstagefright/foundation/include/
H A DSurfaceUtils.h29 * If |reconnect| is true, reconnects to the native window before hand.
34 int width, int height, int format, int rotation, int usage, bool reconnect);
H A DACodec.h326 bool reconnect);
/frameworks/av/media/libstagefright/include/
H A DSurfaceUtils.h29 * If |reconnect| is true, reconnects to the native window before hand.
34 int width, int height, int format, int rotation, int usage, bool reconnect);
H A DACodec.h326 bool reconnect);
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java198 public void reconnect() throws IOException; method in interface:TagTechnology
H A DBasicTagTechnology.java95 public void reconnect() throws IOException { method in class:BasicTagTechnology
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle());
120 * but just reconnect to it to reset its state
123 mTag.getTagService().reconnect(mTag.getServiceHandle());
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.h39 void reconnect();
60 bool reconnect /* force connect http */
H A DHTTPDownloader.cpp46 void HTTPDownloader::reconnect() { function in class:android::HTTPDownloader
85 bool reconnect /* force connect HTTP when resuing source */) {
92 if (reconnect) {
216 ssize_t err = fetchBlock(url, out, 0, -1, 0, actualUrl, true /* reconnect */);
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl29 int reconnect(int nativeHandle);
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp29 int width, int height, int format, int rotation, int usage, bool reconnect) {
32 // In some cases we need to reconnect so that we can dequeue all buffers
33 if (reconnect) {
137 // We need to reconnect to the ANativeWindow as a CPU client to ensure that
155 false /* reconnect */);
27 setNativeWindowSizeFormatAndUsage( ANativeWindow *nativeWindow , int width, int height, int format, int rotation, int usage, bool reconnect) argument
H A DNuCachedSource2.cpp324 bool reconnect = false; local
333 reconnect = true;
337 if (reconnect) {
353 ALOGI("The attempt to reconnect failed, %d retries remaining",
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl90 void reconnect();
H A DWifiManager.java1298 public boolean reconnect() { method in class:WifiManager
1300 mService.reconnect();
2779 * reconnect()
2802 * reconnect()
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h481 int32_t reconnect; local
482 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
907 int32_t reconnect; local
908 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
909 reply->setInt32("reconnect", true);
939 int32_t reconnect; local
[all...]
/frameworks/av/camera/
H A DCamera.cpp137 status_t Camera::reconnect() function in class:android::Camera
139 ALOGV("reconnect");
469 mCamera->reconnect();
/frameworks/av/camera/include/camera/
H A DCamera.h93 status_t reconnect();
/frameworks/av/include/camera/
H A DCamera.h93 status_t reconnect();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java746 boolean reconnect, boolean onlyEstablishedConnection) {
752 return mServiceConnection.runAction(action, errorResult, method, reconnect,
2290 boolean reconnect, boolean onlyEstablishedConnection) {
2304 if (reconnect) {
745 runAction(Action<R> action, R errorResult, String method, boolean reconnect, boolean onlyEstablishedConnection) argument
2289 runAction(Action<R> action, R errorResult, String method, boolean reconnect, boolean onlyEstablishedConnection) argument
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java267 * {@link android.hardware.Camera#reconnect()}.
270 * with the reconnect failure.
414 * @see android.hardware.Camera#reconnect()
420 public void reconnect(final Handler handler, final CameraOpenCallback cb) { method in class:CameraAgent.CameraProxy
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DPlatformAdapter.java469 reconnect(osuNetwork, nwkId);
548 private void reconnect(Network osuNetwork, int newNwkId) { method in class:PlatformAdapter
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java283 public boolean reconnect() { method in class:WifiNative
284 return mSupplicantStaIfaceHal.reconnect();
656 * Enable/Disable auto reconnect functionality in wpa_supplicant.
686 * 6. Triggers reconnect command to wpa_supplicant.
H A DSupplicantStaIfaceHal.java975 public boolean reconnect() { method in class:SupplicantStaIfaceHal
977 final String methodStr = "reconnect";
980 SupplicantStatus status = mISupplicantStaIface.reconnect();
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp891 ALOGV("reconnect");
895 if (camera->reconnect() != NO_ERROR) {
896 jniThrowException(env, "java/io/IOException", "reconnect failed");
1075 { "reconnect",

Completed in 415 milliseconds

12