/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/viewmodel/ |
D | InstallViewModel.kt | 55 val stage = repository.performPreInstallChecks(intent, callerInfo) in <lambda>() constant 56 if (stage.stageCode == InstallStage.STAGE_ABORTED) { in <lambda>() 57 _currentInstallStage.value = stage in <lambda>() 78 val stage = repository.requestUserConfirmation() in <lambda>() constant 79 if (stage != null) { in <lambda>() 80 _currentInstallStage.value = stage in <lambda>() 85 val stage = repository.forcedSkipSourceCheck() in <lambda>() constant 86 if (stage != null) { in <lambda>() 87 _currentInstallStage.value = stage in <lambda>() 96 val stage = repository.reattemptInstall() in <lambda>() constant [all …]
|
D | UninstallViewModel.kt | 39 var stage = repository.performPreUninstallChecks(intent, callerInfo) in <lambda>() variable 40 if (stage.stageCode != UninstallStage.STAGE_ABORTED) { in <lambda>() 41 stage = repository.generateUninstallDetails() in <lambda>() 43 _currentUninstallStage.value = stage in <lambda>()
|
/frameworks/av/media/module/codecs/amrwb/enc/inc/ |
D | qpisf_2s.tab | 21 * Quantization tables for two-stage of ISFs (split by 2 in 1st stage) 49 * isf codebooks: two-stage VQ with split-by-5 in 2nd stage * 63 * 1st stage codebook; 1st split: isf0 to isf8 326 * 1st stage codebook; 2nd split: isf9 to isf15 589 * 2nd stage codebook; 1st split: isf2_0 to isf2_2 663 * 2nd stage codebook; 2nd split: isf2_3 to isf2_5 800 * 2nd stage codebook; 3rd split: isf2_6 to isf2_8 937 * 2nd stage codebook; 4th split: isf2_9 to isf2_11 977 * 2nd stage codebook; 5th split: isf2_12 to isf2_15 1019 * isf codebooks: two-stage VQ with split-by-3 in 2nd stage * [all …]
|
/frameworks/base/core/java/android/os/ |
D | DdmSyncStageUpdater.java | 48 public synchronized void next(Stage stage) { in next() argument 50 DdmSyncState.next(stage); in next() 54 data.putInt(stage.toInt()); in next() 59 Slog.w(TAG, "Unable to go to next stage" + stage, e); in next()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreen.java | 66 default void onStagePositionChanged(@StageType int stage, @SplitPosition int position) {} in onStagePositionChanged() argument 67 default void onTaskStageChanged(int taskId, @StageType int stage, boolean visible) {} in onTaskStageChanged() argument 123 static String stageTypeToString(@StageType int stage) { in stageTypeToString() argument 124 switch (stage) { in stageTypeToString() 128 default: return "UNKNOWN(" + stage + ")"; in stageTypeToString()
|
D | ISplitScreenListener.aidl | 27 void onStagePositionChanged(int stage, int position); in onStagePositionChanged() argument 32 void onTaskStageChanged(int taskId, int stage, boolean visible); in onTaskStageChanged() argument
|
D | StageCoordinator.java | 1347 Bundle resolveStartStage(@StageType int stage, @SplitPosition int position, in resolveStartStage() argument 1349 switch (stage) { in resolveStartStage() 1393 throw new IllegalArgumentException("Unknown stage=" + stage); in resolveStartStage() 1641 final int stage = getStageOfTask(toTopTaskId); in dismissSplitScreen() local 1643 prepareExitSplitScreen(stage, wct); in dismissSplitScreen() 1644 mSplitTransitions.startDismissTransition(wct, this, stage, exitReason); in dismissSplitScreen() 1956 int stage; in onStageChildTaskStatusChanged() local 1958 stage = stageListener == mSideStageListener ? STAGE_TYPE_SIDE : STAGE_TYPE_MAIN; in onStageChildTaskStatusChanged() 1961 stage = STAGE_TYPE_UNDEFINED; in onStageChildTaskStatusChanged() 1963 if (stage == STAGE_TYPE_MAIN) { in onStageChildTaskStatusChanged() [all …]
|
D | SplitScreenController.java | 1089 public void onStagePositionChanged(int stage, int position) { 1093 mExecutors.keyAt(index).onStagePositionChanged(stage, position); 1099 public void onTaskStageChanged(int taskId, int stage, boolean visible) { 1103 mExecutors.keyAt(index).onTaskStageChanged(taskId, stage, visible); 1204 public void onStagePositionChanged(int stage, int position) { 1205 mListener.call(l -> l.onStagePositionChanged(stage, position)); 1209 public void onTaskStageChanged(int taskId, int stage, boolean visible) { 1210 mListener.call(l -> l.onTaskStageChanged(taskId, stage, visible));
|
/frameworks/base/core/java/android/app/backup/ |
D | WallpaperBackupHelper.java | 96 File stage = new File(STAGE_FILE); in restoreEntity() local 98 if (writeFile(stage, data)) { in restoreEntity() 99 try (FileInputStream in = new FileInputStream(stage)) { in restoreEntity() 108 stage.delete(); in restoreEntity()
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | UserBackupManagerFilePersistedSettings.java | 67 File stage = new File(baseDir, BACKUP_ENABLE_FILE + "-stage"); in writeBackupEnableState() local 68 try (FileOutputStream fout = new FileOutputStream(stage)) { in writeBackupEnableState() 71 boolean renamed = stage.renameTo(enableFile); in writeBackupEnableState() 83 stage.delete(); in writeBackupEnableState()
|
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
D | WindowManagerPerfTestBase.java | 108 void waitForIdleSync(Stage stage) { in waitForIdleSync() argument 110 if (stage != mReceivedStage) { in waitForIdleSync() 111 mWaitingStage = stage; in waitForIdleSync() 122 public void onActivityLifecycleChanged(Activity activity, Stage stage) { in onActivityLifecycleChanged() argument 128 mReceivedStage = stage; in onActivityLifecycleChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | DynamicChildBindController.java | 51 public DynamicChildBindController(RowContentBindStage stage) { in DynamicChildBindController() argument 52 this(stage, CHILD_BIND_CUTOFF); in DynamicChildBindController() 59 RowContentBindStage stage, in DynamicChildBindController() argument 61 mStage = stage; in DynamicChildBindController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotifBindPipelineInitializer.java | 34 RowContentBindStage stage) { in NotifBindPipelineInitializer() argument 36 mRowContentBindStage = stage; in NotifBindPipelineInitializer()
|
D | NotifBindPipeline.java | 98 BindStage stage) { in setStage() argument 99 mLogger.logStageSet(stage.getClass().getName()); in setStage() 101 mStage = stage; in setStage()
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceEnrollFrame.java | 44 @FaceEnrollStage int stage, in FaceEnrollFrame() argument 47 mStage = stage; in FaceEnrollFrame()
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 16 - Transform between the screen and the sound stage. 18 - Static: only the sound stage pose is taken into account. This will result 19 in an experience where the sound stage moved with the listener's head. 20 - World-relative: both the head pose and stage pose are taken into account. 21 This will result in an experience where the sound stage is perceived to be 23 - Screen-relative: the head pose, screen pose and stage pose are all taken 24 into account. This will result in an experience where the sound stage is 164 a head-to-stage pose that is going to feed the virtualizer. It is controlled by
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | SmallAreaDetectionController.java | 111 final PackageStateInternal stage = mPackageManager.getPackageStateInternal(pkg); in updateSmallAreaDetection() local 112 if (stage != null) { in updateSmallAreaDetection() 113 appIdThresholdList.put(stage.getAppId(), threshold); in updateSmallAreaDetection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/ |
D | BluetoothTileDialogLogger.kt | 48 fun logBluetoothState(stage: BluetoothStateStage, state: String) = in logBluetoothState() 53 str1 = stage.toString() in logBluetoothState()
|
/frameworks/base/core/java/android/hardware/camera2/extension/ |
D | CaptureBundle.aidl | 24 int stage;
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/ |
D | SplitTaskUnfoldAnimator.java | 160 public void onTaskStageChanged(int taskId, int stage, boolean visible) { in onTaskStageChanged() argument 163 context.mStageType = stage; in onTaskStageChanged() 169 public void onStagePositionChanged(int stage, int position) { in onStagePositionChanged() argument 170 if (stage == STAGE_TYPE_MAIN) { in onStagePositionChanged()
|
/frameworks/proto_logging/stats/atoms/sdksandbox/ |
D | sdksandbox_extension_atoms.proto | 82 // The stage at which latency is being measured 83 optional Stage stage = 4; field 85 // The success status of the call at stage
|
/frameworks/av/media/libstagefright/tests/mediacodec/ |
D | MediaCodecTest.cpp | 229 int32_t stage = counter.wait(kInit, kReleaseCalled); in TEST() local 230 if (stage == kInit) { in TEST() 233 } else if (stage == kReleaseCalled) { in TEST()
|
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
D | PerformUnifiedRestoreTask.java | 863 ParcelFileDescriptor stage; in initiateOneRestore() local 873 stage = in initiateOneRestore() 880 if (transport.getRestoreData(stage) != BackupTransport.TRANSPORT_OK) { in initiateOneRestore() 891 stage.close(); in initiateOneRestore() 906 stage.close(); in initiateOneRestore() 907 stage = in initiateOneRestore() 918 BackupDataInput in = new BackupDataInput(stage.getFileDescriptor()); in initiateOneRestore() 926 stage.close(); in initiateOneRestore()
|
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgent.java | 569 private void restoreFromStage(File stage, File info, String hintTag, int which, in restoreFromStage() argument 572 if (stage.exists()) { in restoreFromStage() 580 try (FileInputStream in = new FileInputStream(stage)) { in restoreFromStage() 601 try (FileInputStream in = new FileInputStream(stage)) { in restoreFromStage() 606 ParcelFileDescriptor pdf = ParcelFileDescriptor.open(stage, MODE_READ_ONLY); in restoreFromStage() 642 Slog.d(TAG, "Restore data doesn't exist for file " + stage.getPath()); in restoreFromStage()
|
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessingContext.cpp | 358 auto stage = getStageWithType_l(type, ch); in getChannelConfig() local 359 if (!stage) { in getChannelConfig() 362 ret.push_back({.channel = ch, .enable = stage->isEnabled()}); in getChannelConfig()
|