Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/nfc/tech/
DBasicTagTechnology.java95 public void reconnect() throws IOException { in reconnect() method in BasicTagTechnology
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect()
123 mTag.getTagService().reconnect(mTag.getServiceHandle()); in close()
DTagTechnology.java198 public void reconnect() throws IOException; in reconnect() method
/frameworks/av/media/libstagefright/httplive/
DHTTPDownloader.h39 void reconnect();
60 bool reconnect /* force connect http */
DHTTPDownloader.cpp46 void HTTPDownloader::reconnect() { in reconnect() function in android::HTTPDownloader
85 bool reconnect /* force connect HTTP when resuing source */) { in fetchBlock() argument
92 if (reconnect) { in fetchBlock()
/frameworks/av/include/media/stagefright/
DSurfaceUtils.h34 int width, int height, int format, int rotation, int usage, bool reconnect);
DACodec.h318 bool reconnect);
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp29 int width, int height, int format, int rotation, int usage, bool reconnect) { in setNativeWindowSizeFormatAndUsage() argument
33 if (reconnect) { in setNativeWindowSizeFormatAndUsage()
DNuCachedSource2.cpp324 bool reconnect = false; in fetchInternal() local
333 reconnect = true; in fetchInternal()
337 if (reconnect) { in fetchInternal()
/frameworks/base/core/java/android/nfc/
DINfcTag.aidl29 int reconnect(int nativeHandle); in reconnect() method
/frameworks/av/media/libstagefright/rtsp/
DMyHandler.h480 int32_t reconnect; in onMessageReceived() local
481 if (msg->findInt32("reconnect", &reconnect) && reconnect) { in onMessageReceived()
910 int32_t reconnect; in onMessageReceived() local
911 if (msg->findInt32("reconnect", &reconnect) && reconnect) { in onMessageReceived()
942 int32_t reconnect; in onMessageReceived() local
943 if (msg->findInt32("reconnect", &reconnect) && reconnect) { in onMessageReceived()
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl86 void reconnect(); in reconnect() method
DWifiManager.java985 public boolean reconnect() {
987 mService.reconnect();
/frameworks/av/camera/
DCamera.cpp137 status_t Camera::reconnect() in reconnect() function in android::Camera
430 mCamera->reconnect(); in startRecording()
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DWifiNetworkAdapter.java240 reconnect(osuNetwork, nwkId); in addNetwork()
363 private void reconnect(Network osuNetwork, int newNwkId) { in reconnect() method in WifiNetworkAdapter
/frameworks/av/include/camera/
DCamera.h90 status_t reconnect();
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java746 boolean reconnect, boolean onlyEstablishedConnection) { in runAction() argument
752 return mServiceConnection.runAction(action, errorResult, method, reconnect, in runAction()
2276 boolean reconnect, boolean onlyEstablishedConnection) {
2290 if (reconnect) {
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd52 app. When the user returns, you can reconnect to the network and allow the user to resume the video
/frameworks/base/docs/html/training/game-controllers/
Dmultiple-controllers.jd129 wants to reconnect.
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraAgent.java420 public void reconnect(final Handler handler, final CameraOpenCallback cb) { in reconnect() method in CameraAgent.CameraProxy
DAndroidCameraAgentImpl.java413 mCamera.reconnect(); in handleMessage()
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd380 interrupted or restarted if it is not configured to handle these reconnect events. These events
396 Any TV app activity that is subject to disconnect and reconnect events must be configured to
/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp869 if (camera->reconnect() != NO_ERROR) { in android_hardware_Camera_reconnect()
/frameworks/base/docs/html/training/tv/games/
Dindex.jd165 should appear prompting the disconnected player to reconnect his or her controller.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java5414 mWifiNative.reconnect(); in processMessage()
5680 mWifiNative.reconnect(); in processMessage()
5775 lastConnectUid) && mWifiNative.reconnect()) { in processMessage()
5938 message.sendingUid) && mWifiNative.reconnect()) { in processMessage()
7247 WifiConfiguration.UNKNOWN_UID) && mWifiNative.reconnect()) { in processMessage()
/frameworks/base/core/java/android/hardware/
DCamera.java599 public native final void reconnect() throws IOException; in reconnect() method in Camera

12