Home
last modified time | relevance | path

Searched defs:resultFuture (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/com/android/internal/backup/
DIBackupTransport.aidl54 void configurationIntent(in AndroidFuture<Intent> resultFuture); in configurationIntent()
65 void currentDestinationString(in AndroidFuture<String> resultFuture); in currentDestinationString()
87 void dataManagementIntent(in AndroidFuture<Intent> resultFuture); in dataManagementIntent()
98 void dataManagementIntentLabel(in AndroidFuture<CharSequence> resultFuture); in dataManagementIntentLabel()
112 void transportDirName(in AndroidFuture<String> resultFuture); in transportDirName()
126 void requestBackupTime(in AndroidFuture<long> resultFuture); in requestBackupTime()
189 void getAvailableRestoreSets(in AndroidFuture<List<RestoreSet>> resultFuture); in getAvailableRestoreSets()
200 void getCurrentRestoreSet(in AndroidFuture<long> resultFuture); in getCurrentRestoreSet()
237 void nextRestorePackage(in AndroidFuture<RestoreDescription> resultFuture); in nextRestorePackage()
265 void requestFullBackupTime(in AndroidFuture<long> resultFuture); in requestFullBackupTime()
[all …]
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DBackupTransportClient.java68 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in name() local
77 AndroidFuture<Intent> resultFuture = mTransportFutures.newFuture(); in configurationIntent() local
86 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in currentDestinationString() local
95 AndroidFuture<Intent> resultFuture = mTransportFutures.newFuture(); in dataManagementIntent() local
105 AndroidFuture<CharSequence> resultFuture = mTransportFutures.newFuture(); in dataManagementIntentLabel() local
114 AndroidFuture<String> resultFuture = mTransportFutures.newFuture(); in transportDirName() local
162 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in requestBackupTime() local
186 AndroidFuture<List<RestoreSet>> resultFuture = mTransportFutures.newFuture(); in getAvailableRestoreSets() local
196 AndroidFuture<Long> resultFuture = mTransportFutures.newFuture(); in getCurrentRestoreSet() local
219 AndroidFuture<RestoreDescription> resultFuture = mTransportFutures.newFuture(); in nextRestorePackage() local
[all …]
/frameworks/av/media/libstagefright/renderfright/threaded/
DRenderEngineThreaded.cpp88 std::future<void> resultFuture = resultPromise.get_future(); in primeCache() local
103 std::future<std::string> resultFuture = resultPromise.get_future(); in dump() local
120 std::future<bool> resultFuture = resultPromise.get_future(); in useNativeFenceSync() local
135 std::future<bool> resultFuture = resultPromise.get_future(); in useWaitSync() local
150 std::future<void> resultFuture = resultPromise.get_future(); in genTextures() local
165 std::future<void> resultFuture = resultPromise.get_future(); in deleteTextures() local
180 std::future<void> resultFuture = resultPromise.get_future(); in bindExternalTextureImage() local
198 std::future<status_t> resultFuture = resultPromise.get_future(); in bindExternalTextureBuffer() local
214 std::future<void> resultFuture = resultPromise.get_future(); in cacheExternalTextureBuffer() local
229 std::future<void> resultFuture = resultPromise.get_future(); in unbindExternalTextureBuffer() local
[all …]
/frameworks/base/core/java/android/app/backup/
DBackupTransport.java701 public void name(AndroidFuture<String> resultFuture) throws RemoteException { in name()
711 public void configurationIntent(AndroidFuture<Intent> resultFuture) in configurationIntent()
722 public void currentDestinationString(AndroidFuture<String> resultFuture) in currentDestinationString()
733 public void dataManagementIntent(AndroidFuture<Intent> resultFuture) in dataManagementIntent()
744 public void dataManagementIntentLabel(AndroidFuture<CharSequence> resultFuture) in dataManagementIntentLabel()
755 public void transportDirName(AndroidFuture<String> resultFuture) throws RemoteException { in transportDirName()
765 public void requestBackupTime(AndroidFuture<Long> resultFuture) throws RemoteException { in requestBackupTime()
817 public void getAvailableRestoreSets(AndroidFuture<List<RestoreSet>> resultFuture) in getAvailableRestoreSets()
828 public void getCurrentRestoreSet(AndroidFuture<Long> resultFuture) in getCurrentRestoreSet()
850 public void nextRestorePackage(AndroidFuture<RestoreDescription> resultFuture) in nextRestorePackage()
[all …]
/frameworks/base/core/java/android/security/intrusiondetection/
DIIntrusionDetectionEventTransport.aidl28 void initialize(in AndroidFuture<boolean> resultFuture); in initialize()
38 in AndroidFuture<boolean> resultFuture); in addData()
43 void release(in AndroidFuture<boolean> resultFuture); in release()
DIntrusionDetectionEventTransport.java115 public void initialize(AndroidFuture<Boolean> resultFuture) { in initialize()
127 AndroidFuture<Boolean> resultFuture) { in addData()
137 public void release(AndroidFuture<Boolean> resultFuture) { in release()
/frameworks/base/services/core/java/com/android/server/security/intrusiondetection/
DIntrusionDetectionEventTransportConnection.java77 AndroidFuture<Boolean> resultFuture = new AndroidFuture<>(); in initialize() local
114 AndroidFuture<Boolean> resultFuture = new AndroidFuture<>(); in addData() local
129 AndroidFuture<Boolean> resultFuture = new AndroidFuture<>(); in release() local
/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
DGameSessionTrampolineActivityTest.java91 AndroidFuture<GameSessionActivityResult> resultFuture = in launch_targetActivityFinishesSuccessfully_futureCompletedWithSameResults() local
110 AndroidFuture<GameSessionActivityResult> resultFuture = in launch_trampolineActivityProcessDeath_futureCompletedWithSameResults() local
164 AndroidFuture<GameSessionActivityResult> resultFuture = new AndroidFuture<>(); in startGameSessionTrampolineActivity() local
/frameworks/native/libs/renderengine/threaded/
DRenderEngineThreaded.cpp136 std::future<void> resultFuture = resultPromise->get_future(); in primeCache() local
163 std::future<std::string> resultFuture = resultPromise.get_future(); in dump() local
267 std::future<FenceResult> resultFuture = resultPromise->get_future(); in drawLayers() local
290 std::future<FenceResult> resultFuture = resultPromise->get_future(); in tonemapAndDrawGainmap() local
310 std::future<int> resultFuture = resultPromise.get_future(); in getContextPriority() local
/frameworks/native/libs/renderengine/
DRenderEngine.cpp104 std::future<FenceResult> resultFuture = resultPromise->get_future(); in drawLayers() local
115 std::future<FenceResult> resultFuture = resultPromise->get_future(); in tonemapAndDrawGainmap() local
/frameworks/base/core/java/android/service/games/
DGameSessionTrampolineActivity.java70 @NonNull AndroidFuture<GameSessionActivityResult> resultFuture) { in createIntent()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/
DBackupTransportClientTest.java353 public void getBackupManagerMonitor(AndroidFuture<IBackupManagerMonitor> resultFuture) in getBackupManagerMonitor()
357 int operationType, AndroidFuture<List<String>> resultFuture) in getPackagesThatShouldNotUseRestrictedMode()
/frameworks/base/services/core/java/com/android/server/pm/
DGentleUpdateHelper.java164 var resultFuture = new CompletableFuture<InstallConstraintsResult>(); in checkInstallConstraints() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceProviderInstanceImplTest.java1030 AndroidFuture<GameScreenshotResult> resultFuture = new AndroidFuture<>(); in takeScreenshot_failureNoBitmapCaptured() local
1064 AndroidFuture<GameScreenshotResult> resultFuture = new AndroidFuture<>(); in takeScreenshot_success() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp573 ftl::Future<FenceResult> resultFuture = in setupREBufferCompositionCommonCallExpectations() local
623 ftl::Future<FenceResult> resultFuture = in setupREColorCompositionCallExpectations() local
705 ftl::Future<FenceResult> resultFuture = in setupInsecureREBufferCompositionCommonCallExpectations() local