Searched refs:stage (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java91 // restore the file to the stage for inspection
92 File stage = new File(STAGE_FILE);
94 if (writeFile(stage, data)) {
95 try (FileInputStream in = new FileInputStream(stage)) {
104 stage.delete();
/frameworks/base/media/tests/NativeMidiDemo/jni/
H A Dnativemidi-jni.cpp126 const char* stage; local
133 if (SL_RESULT_SUCCESS != result) { stage = "slCreateEngine"; goto handle_error; }
136 if (SL_RESULT_SUCCESS != result) { stage = "realize Engine object"; goto handle_error; }
139 if (SL_RESULT_SUCCESS != result) { stage = "get Engine interface"; goto handle_error; }
142 if (SL_RESULT_SUCCESS != result) { stage = "CreateOutputMix"; goto handle_error; }
145 if (SL_RESULT_SUCCESS != result) { stage = "realize OutputMix object"; goto handle_error; }
160 if (SL_RESULT_SUCCESS != result) { stage = "CreateAudioPlayer"; goto handle_error; }
163 if (SL_RESULT_SUCCESS != result) { stage = "realize Player object"; goto handle_error; }
167 if (SL_RESULT_SUCCESS != result) { stage = "get Play interface"; goto handle_error; }
170 if (SL_RESULT_SUCCESS != result) { stage
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DPerformUnifiedRestoreTask.java336 * 5b. t.getRestoreData() to stage it properly
678 mStageName = new File(backupManagerService.getDataDir(), packageName + ".stage");
682 // don't stage the 'android' package where the wallpaper data lives. this is
687 ParcelFileDescriptor stage;
696 stage = ParcelFileDescriptor.open(downloadFile,
701 if (transport.getRestoreData(stage) != BackupTransport.TRANSPORT_OK) {
706 stage.close();
716 stage.close();
717 stage = ParcelFileDescriptor.open(downloadFile,
725 BackupDataInput in = new BackupDataInput(stage
[all...]
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java64 // Names of our local-data stage files/links
65 static final String IMAGE_STAGE = "wallpaper-stage";
66 static final String LOCK_IMAGE_STAGE = "wallpaper-lock-stage";
67 static final String INFO_STAGE = "wallpaper-info-stage";
107 // To avoid data duplication and disk churn, use links as the stage.
202 // We use the default onRestoreFile() implementation that will recreate our stage files,
261 private void restoreFromStage(File stage, File info, String hintTag, int which) argument
263 if (stage.exists()) {
272 try (FileInputStream in = new FileInputStream(stage)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java242 for (File stage : unclaimedStages) {
243 Slog.w(TAG, "Deleting orphan stage " + stage);
245 mPm.removeCodePathLI(stage);
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp388 mShaderStage.stage = VK_SHADER_STAGE_COMPUTE_BIT;
548 .stage = mShaderStage,
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java2764 File stage = new File(base, BACKUP_ENABLE_FILE + "-stage");
2765 try (FileOutputStream fout = new FileOutputStream(stage)) {
2768 stage.renameTo(enableFile);
2780 stage.delete();
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4396 * Base class for implementing a stage in the chain of responsibility
4399 * Events are delivered to the stage by the {@link #deliver} method. The stage
4400 * then has the choice of finishing the event or forwarding it to the next stage.
4411 * Creates an input stage.
4412 * @param next The next stage to which events should be forwarded.
4432 * Marks the the input event as finished then forwards it to the next stage.
4443 * Forwards the event to the next stage.
4473 * Called when an event is being delivered to the next stage.
4508 // has stopped. This could be an event that came back from the previous stage
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... .SAXException char[] buff int offset int length public void stage (char[], int, int) throws org.xml.sax. ...
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan_core.h2169 VkShaderStageFlagBits stage; member in struct:VkPipelineShaderStageCreateInfo
2356 VkPipelineShaderStageCreateInfo stage; member in struct:VkComputePipelineCreateInfo
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 407 milliseconds