Searched defs:module (Results 1 - 9 of 9) 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/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/Car/Radio/src/com/android/car/radio/
H A DRadioBackgroundScanner.java56 RadioManager.ModuleProperties module) {
60 mRadioModule = module;
54 RadioBackgroundScanner(Context context, RadioManager radioManager, RadioManager.AmBandConfig amConfig, RadioManager.FmBandConfig fmConfig, RadioManager.ModuleProperties module) argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp632 hw_module_t* module; local
633 int err = hw_get_module(id, (hw_module_t const**)&module);
637 err = module->methods->open(module, id, &abstraction);
/packages/apps/Camera2/src/com/android/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...]
/packages/apps/Camera2/src/com/android/camera/app/
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/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 5826 milliseconds