/frameworks/base/core/java/android/nfc/tech/ |
D | BasicTagTechnology.java | 95 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()
|
D | TagTechnology.java | 198 public void reconnect() throws IOException; in reconnect() method
|
/frameworks/av/media/libstagefright/httplive/ |
D | HTTPDownloader.h | 39 void reconnect(); 60 bool reconnect /* force connect http */
|
D | HTTPDownloader.cpp | 46 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/ |
D | SurfaceUtils.h | 34 int width, int height, int format, int rotation, int usage, bool reconnect);
|
D | ACodec.h | 318 bool reconnect);
|
/frameworks/av/media/libstagefright/ |
D | SurfaceUtils.cpp | 29 int width, int height, int format, int rotation, int usage, bool reconnect) { in setNativeWindowSizeFormatAndUsage() argument 33 if (reconnect) { in setNativeWindowSizeFormatAndUsage()
|
D | NuCachedSource2.cpp | 324 bool reconnect = false; in fetchInternal() local 333 reconnect = true; in fetchInternal() 337 if (reconnect) { in fetchInternal()
|
/frameworks/base/core/java/android/nfc/ |
D | INfcTag.aidl | 29 int reconnect(int nativeHandle); in reconnect() method
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyHandler.h | 480 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/ |
D | IWifiManager.aidl | 86 void reconnect(); in reconnect() method
|
D | WifiManager.java | 985 public boolean reconnect() { 987 mService.reconnect();
|
/frameworks/av/camera/ |
D | Camera.cpp | 137 status_t Camera::reconnect() in reconnect() function in android::Camera 430 mCamera->reconnect(); in startRecording()
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
D | WifiNetworkAdapter.java | 240 reconnect(osuNetwork, nwkId); in addNetwork() 363 private void reconnect(Network osuNetwork, int newNwkId) { in reconnect() method in WifiNetworkAdapter
|
/frameworks/av/include/camera/ |
D | Camera.h | 90 status_t reconnect();
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 746 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/ |
D | index.jd | 52 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/ |
D | multiple-controllers.jd | 129 wants to reconnect.
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraAgent.java | 420 public void reconnect(final Handler handler, final CameraOpenCallback cb) { in reconnect() method in CameraAgent.CameraProxy
|
D | AndroidCameraAgentImpl.java | 413 mCamera.reconnect(); in handleMessage()
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 380 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/ |
D | android_hardware_Camera.cpp | 869 if (camera->reconnect() != NO_ERROR) { in android_hardware_Camera_reconnect()
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 165 should appear prompting the disconnected player to reconnect his or her controller.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiStateMachine.java | 5414 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/ |
D | Camera.java | 599 public native final void reconnect() throws IOException; in reconnect() method in Camera
|