Lines Matching defs:module
110 import com.android.camera.module.ModuleController;
111 import com.android.camera.module.ModulesInfo;
519 throw new IllegalStateException("Camera opened but the module shouldn't be " +
538 // Reset the exposure compensation before handing the camera to module.
1494 // possible so we can call module.init() at the earliest time.
1626 profile.mark("Init Current Module UI");
1711 // we need to drop them back in the photo module and have them select
1720 // read the module index from the last time the user changed modes
1802 * Save the last module index after all secure camera and icon launches,
2232 // If a module is in the middle of capture, it should
2452 // Select the correct module index from the mode switcher index.
2459 // Store the module index so we can use it the next time the Camera
2491 * Sets the mCurrentModuleIndex, creates a new module instance for the given
2638 private void openModule(CameraModule module) {
2639 module.init(this, isSecureCamera(), isCaptureIntent());
2640 module.hardResetSettings(mSettingsManager);
2644 module.resume();
2651 private void closeModule(CameraModule module) {
2652 module.pause();