/frameworks/base/nfc/java/android/nfc/tech/ |
D | BasicTagTechnology.java | 98 public void reconnect() throws IOException { in reconnect() method in BasicTagTechnology 104 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() 126 mTag.getTagService().reconnect(mTag.getServiceHandle()); in close()
|
D | TagTechnology.java | 200 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/media/libstagefright/include/media/stagefright/ |
D | SurfaceUtils.h | 39 int width, int height, int format, int rotation, int usage, bool reconnect);
|
/frameworks/base/nfc/java/android/nfc/ |
D | INfcTag.aidl | 29 int reconnect(int nativeHandle); in reconnect() method
|
/frameworks/native/libs/gui/include/gui/ |
D | WindowInfosListenerReporter.h | 40 void reconnect(const sp<gui::ISurfaceComposer>&);
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | RemoteSmartspaceService.java | 71 public void reconnect() { in reconnect() method in RemoteSmartspaceService
|
D | SmartspacePerUserService.java | 272 mRemoteService.reconnect(); in destroyAndRebindRemoteService()
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | RemoteSearchUiService.java | 71 public void reconnect() { in reconnect() method in RemoteSearchUiService
|
D | SearchUiPerUserService.java | 278 mRemoteService.reconnect(); in destroyAndRebindRemoteService()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | RemoteAppPredictionService.java | 71 public void reconnect() { in reconnect() method in RemoteAppPredictionService
|
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
D | MyHandler.h | 500 int32_t reconnect; in onMessageReceived() local 501 if (msg->findInt32("reconnect", &reconnect) && reconnect) { in onMessageReceived() 926 int32_t reconnect; in onMessageReceived() local 927 if (msg->findInt32("reconnect", &reconnect) && reconnect) { in onMessageReceived() 948 if (!msg->findInt32("reconnect", &reconnect) || !reconnect) { in onMessageReceived() 966 int32_t reconnect; in onMessageReceived() local 967 if (msg->findInt32("reconnect", &reconnect) && reconnect) { in onMessageReceived()
|
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
D | RemoteWallpaperEffectsGenerationService.java | 78 public void reconnect() { in reconnect() method in RemoteWallpaperEffectsGenerationService
|
D | WallpaperEffectsGenerationPerUserService.java | 201 mRemoteService.reconnect(); in destroyAndRebindRemoteService()
|
/frameworks/native/libs/gui/ |
D | WindowInfosListenerReporter.cpp | 115 void WindowInfosListenerReporter::reconnect(const sp<gui::ISurfaceComposer>& composerService) { in reconnect() function in android::WindowInfosListenerReporter
|
/frameworks/av/media/libstagefright/ |
D | SurfaceUtils.cpp | 32 int width, int height, int format, int rotation, int usage, bool reconnect) { in setNativeWindowSizeFormatAndUsage() argument 36 if (reconnect) { in setNativeWindowSizeFormatAndUsage()
|
/frameworks/base/core/tests/batterystatstests/BatteryStatsLoadTests/src/com/android/frameworks/core/batterystatsloadtests/ |
D | ConnectivitySetupRule.java | 90 SystemUtil.runWithShellPermissionIdentity(mWifiManager::reconnect,
|
/frameworks/av/camera/ |
D | Camera.cpp | 81 status_t Camera::reconnect() in reconnect() function in android::Camera 377 mCamera->reconnect(); in startRecording()
|
/frameworks/av/media/libdatasource/ |
D | NuCachedSource2.cpp | 328 bool reconnect = false; in fetchInternal() local 337 reconnect = true; in fetchInternal() 341 if (reconnect) { in fetchInternal()
|
/frameworks/av/camera/include/camera/ |
D | Camera.h | 91 status_t reconnect();
|
/frameworks/native/services/sensorservice/ |
D | SensorDevice.h | 59 void reconnect();
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 851 boolean reconnect, boolean onlyEstablishedConnection) { in runAction() argument 857 return mServiceConnection.runAction(action, errorResult, method, reconnect, in runAction() 2394 boolean reconnect, boolean onlyEstablishedConnection) { 2408 if (reconnect) {
|
/frameworks/opt/telephony/flags/ |
D | data.aconfig | 156 …description: "This flag is for internal implementation to handle reconnect request from QNS in tel…
|
/frameworks/av/camera/tests/fuzzer/ |
D | camera_fuzzer.cpp | 176 mCamera->reconnect(); in invokeCamera()
|