Searched refs:module (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/remote/
H A DRemoteShutterListener.java25 * Called when the module is active and ready for shutter presses.
27 void onModuleReady(RemoteCameraModule module); argument
30 * Called when module is no longer ready for shutter presses.
/packages/apps/Camera2/src_pd/com/android/camera/util/
H A DRemoteShutterHelper.java32 public void onModuleReady(RemoteCameraModule module) {
/packages/apps/DeskClock/
H A Dbuild.gradle36 exclude module: "support-v4"
/packages/apps/Camera2/src/com/android/camera/app/
H A DModuleManager.java22 import com.android.camera.module.ModuleController;
28 * The module manager which maintains the
35 * The module agent which is responsible for maintaining the static
36 * characteristics and the creation of the module.
41 * @return The module ID.
46 * @return Whether the module will request the app for the camera.
52 * the module scope.
57 * Creates the module.
60 * creates this module.
62 * @return The module
[all...]
H A DAppController.java34 import com.android.camera.module.ModuleController;
88 * @return a String scope uniquely identifing the current module.
120 * Returns the current module controller.
125 * Returns the currently active module index.
130 * Returns the module ID for a specific mode.
145 * Based on a mode switcher index, choose the correct module index.
148 * @return module index.
155 * @param moduleIndex index of the new module to switch to
181 * Gets called from module when preview is ready to start.
186 * Gets called from module whe
[all...]
H A DCameraAppUI.java46 import com.android.camera.module.ModuleController;
74 * CameraAppUI centralizes control of views shared across modules. Whereas module
76 * bring the flash animation and capture animation up from each module to app
261 * Once constructed by a module, this class should be
364 * Set true if the device and module support exposure compensation.
574 * Provides current preview frame and the controls/overlay from the module that
990 // Go to new module when the previous operation is successful.
1307 * modules. Then each module inflates their own views in the given view group. For
1308 * now, this is called every time switching from a not-yet-refactored module to a
1309 * refactored module
1819 resetBottomControls(ModuleController module, int moduleIndex) argument
1833 areBottomControlsUsed(ModuleController module) argument
[all...]
/packages/apps/Camera2/src/com/android/camera/module/
H A DModuleController.java17 package com.android.camera.module;
40 * Initializes the module.
49 * Resumes the module. Always call this method whenever it's being put in
55 * Pauses the module. Always call this method whenever it's being put in the
61 * Destroys the module. Always call this method to release the resources used
62 * by this module.
94 * Called by the app when the camera is available. The module should use
102 * Called by the app on startup or module switches, this allows the module
109 * based on the module'
[all...]
H A DModulesInfo.java17 package com.android.camera.module;
41 * A class holding the module information and registers them to
89 // capture module is using OneCamera. At some point we'll
90 // refactor all modules to use OneCamera, then the new module
/packages/apps/Camera/src/com/android/camera/
H A DCameraActivity.java168 private void openModule(CameraModule module, boolean canReuse) { argument
169 module.init(this, mFrame, canReuse && canReuseScreenNail());
171 module.onResumeBeforeSuper();
172 module.onResumeAfterSuper();
175 private void closeModule(CameraModule module) { argument
176 module.onPauseBeforeSuper();
177 module.onPauseAfterSuper();
H A DPhotoController.java46 public PhotoController(CameraActivity activity, PhotoModule module, PieRenderer pie) { argument
48 mModule = module;
H A DVideoController.java48 public VideoController(CameraActivity activity, VideoModule module, PieRenderer pie) { argument
50 mModule = module;
H A DPreviewGestures.java74 public PreviewGestures(CameraActivity ctx, CameraModule module, argument
77 mModule = module;
168 // assume module wasn't initialzed and ignore this event.
/packages/apps/Camera2/src/com/android/camera/
H A DCameraModule.java25 import com.android.camera.module.ModuleController;
28 /** Provides common services and functionality to the module. */
58 * @return An instance containing common services to be used by the module.
65 * @return An instance used by the module to get the camera.
H A DPhotoModule.java56 import com.android.camera.module.ModuleController;
315 public MainHandler(PhotoModule module) { argument
317 mModule = new WeakReference<PhotoModule>(module);
322 PhotoModule module = mModule.get();
323 if (module == null) {
328 module.initializeFirstTime();
333 module.setCameraParametersWhenIdle(0);
348 // in the new module. The new module will set the enabled/disabled
349 // of this button when the module'
[all...]
H A DCameraActivity.java110 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.
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 inde
2638 openModule(CameraModule module) argument
2651 closeModule(CameraModule module) argument
[all...]
H A DCaptureModule.java54 import com.android.camera.module.ModuleController;
100 * New Capture module that is made to support photo and video capture on top of
130 * Sticky Gcam mode is when this module's sole purpose it to be the Gcam
290 /** State by the module state machine. */
297 /** The current state of the module. */
316 /** Whether the module is paused right now. */
350 /** Constructs a new capture module. */
1172 // Disable this button to prevent callbacks from this module from firing
1552 // override this buffer size. Any module that uses egl to render to a
H A DVideoModule.java62 import com.android.camera.module.ModuleController;
114 // module fields
309 * Construct a new video module.
1363 Log.v(TAG, "in storage callback after module paused");
1509 // b/16300704: Monkey is fast so it could pause the module while recording.
2012 // Not much we can do in the video module.
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp604 hw_module_t* module; local
644 err = hw_get_module(id, (hw_module_t const**)&module);
648 err = module->methods->open(module, id, &abstraction);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 470 milliseconds