/frameworks/base/core/java/com/android/internal/backup/ |
D | IBackupTransport.aidl | 54 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/ |
D | BackupTransportClient.java | 68 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/ |
D | RenderEngineThreaded.cpp | 88 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/ |
D | BackupTransport.java | 701 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/ |
D | IIntrusionDetectionEventTransport.aidl | 28 void initialize(in AndroidFuture<boolean> resultFuture); in initialize() 38 in AndroidFuture<boolean> resultFuture); in addData() 43 void release(in AndroidFuture<boolean> resultFuture); in release()
|
D | IntrusionDetectionEventTransport.java | 115 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/ |
D | IntrusionDetectionEventTransportConnection.java | 77 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/ |
D | GameSessionTrampolineActivityTest.java | 91 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/ |
D | RenderEngineThreaded.cpp | 136 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/ |
D | RenderEngine.cpp | 104 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/ |
D | GameSessionTrampolineActivity.java | 70 @NonNull AndroidFuture<GameSessionActivityResult> resultFuture) { in createIntent()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/transport/ |
D | BackupTransportClientTest.java | 353 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/ |
D | GentleUpdateHelper.java | 164 var resultFuture = new CompletableFuture<InstallConstraintsResult>(); in checkInstallConstraints() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/ |
D | GameServiceProviderInstanceImplTest.java | 1030 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/ |
D | CompositionTest.cpp | 573 ftl::Future<FenceResult> resultFuture = in setupREBufferCompositionCommonCallExpectations() local 623 ftl::Future<FenceResult> resultFuture = in setupREColorCompositionCallExpectations() local 705 ftl::Future<FenceResult> resultFuture = in setupInsecureREBufferCompositionCommonCallExpectations() local
|