Home
last modified time | relevance | path

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

12

/frameworks/base/nfc/java/android/nfc/tech/
DBasicTagTechnology.java98 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()
DTagTechnology.java200 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/media/libstagefright/include/media/stagefright/
DSurfaceUtils.h39 int width, int height, int format, int rotation, int usage, bool reconnect);
/frameworks/base/nfc/java/android/nfc/
DINfcTag.aidl29 int reconnect(int nativeHandle); in reconnect() method
/frameworks/native/libs/gui/include/gui/
DWindowInfosListenerReporter.h40 void reconnect(const sp<gui::ISurfaceComposer>&);
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DRemoteSmartspaceService.java71 public void reconnect() { in reconnect() method in RemoteSmartspaceService
DSmartspacePerUserService.java272 mRemoteService.reconnect(); in destroyAndRebindRemoteService()
/frameworks/base/services/searchui/java/com/android/server/searchui/
DRemoteSearchUiService.java71 public void reconnect() { in reconnect() method in RemoteSearchUiService
DSearchUiPerUserService.java278 mRemoteService.reconnect(); in destroyAndRebindRemoteService()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DRemoteAppPredictionService.java71 public void reconnect() { in reconnect() method in RemoteAppPredictionService
/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/
DMyHandler.h500 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/
DRemoteWallpaperEffectsGenerationService.java78 public void reconnect() { in reconnect() method in RemoteWallpaperEffectsGenerationService
DWallpaperEffectsGenerationPerUserService.java201 mRemoteService.reconnect(); in destroyAndRebindRemoteService()
/frameworks/native/libs/gui/
DWindowInfosListenerReporter.cpp115 void WindowInfosListenerReporter::reconnect(const sp<gui::ISurfaceComposer>& composerService) { in reconnect() function in android::WindowInfosListenerReporter
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp32 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/
DConnectivitySetupRule.java90 SystemUtil.runWithShellPermissionIdentity(mWifiManager::reconnect,
/frameworks/av/camera/
DCamera.cpp81 status_t Camera::reconnect() in reconnect() function in android::Camera
377 mCamera->reconnect(); in startRecording()
/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp328 bool reconnect = false; in fetchInternal() local
337 reconnect = true; in fetchInternal()
341 if (reconnect) { in fetchInternal()
/frameworks/av/camera/include/camera/
DCamera.h91 status_t reconnect();
/frameworks/native/services/sensorservice/
DSensorDevice.h59 void reconnect();
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java851 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/
Ddata.aconfig156 …description: "This flag is for internal implementation to handle reconnect request from QNS in tel…
/frameworks/av/camera/tests/fuzzer/
Dcamera_fuzzer.cpp176 mCamera->reconnect(); in invokeCamera()

12