Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/Camera/src/com/android/camera/
DCameraActivity.java168 private void openModule(CameraModule module, boolean canReuse) { in openModule() argument
169 module.init(this, mFrame, canReuse && canReuseScreenNail()); in openModule()
171 module.onResumeBeforeSuper(); in openModule()
172 module.onResumeAfterSuper(); in openModule()
175 private void closeModule(CameraModule module) { in closeModule() argument
176 module.onPauseBeforeSuper(); in closeModule()
177 module.onPauseAfterSuper(); in closeModule()
DVideoController.java48 public VideoController(CameraActivity activity, VideoModule module, PieRenderer pie) { in VideoController() argument
50 mModule = module; in VideoController()
DPhotoController.java46 public PhotoController(CameraActivity activity, PhotoModule module, PieRenderer pie) { in PhotoController() argument
48 mModule = module; in PhotoController()
DPreviewGestures.java74 public PreviewGestures(CameraActivity ctx, CameraModule module, in PreviewGestures() argument
77 mModule = module; in PreviewGestures()
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java105 import com.android.camera.module.ModuleController;
106 import com.android.camera.module.ModulesInfo;
2311 private void openModule(CameraModule module) { in openModule() argument
2312 module.init(this, isSecureCamera(), isCaptureIntent()); in openModule()
2313 module.hardResetSettings(mSettingsManager); in openModule()
2314 module.resume(); in openModule()
2320 private void closeModule(CameraModule module) { in closeModule() argument
2321 module.pause(); in closeModule()
DPhotoModule.java63 import com.android.camera.module.ModuleController;
356 public MainHandler(PhotoModule module) { in MainHandler() argument
358 mModule = new WeakReference<PhotoModule>(module); in MainHandler()
363 PhotoModule module = mModule.get(); in handleMessage() local
364 if (module == null) { in handleMessage()
369 module.initializeFirstTime(); in handleMessage()
374 module.setCameraParametersWhenIdle(0); in handleMessage()
DCaptureModuleUI.java126 public CaptureModuleUI(CameraActivity activity, CaptureModule module, View parent, in CaptureModuleUI() argument
129 mModule = module; in CaptureModuleUI()
DCameraModule.java25 import com.android.camera.module.ModuleController;
DCaptureModule.java52 import com.android.camera.module.ModuleController;
DVideoModule.java62 import com.android.camera.module.ModuleController;
/packages/apps/Camera2/src/com/android/camera/settings/
DAppUpgrader.java26 import com.android.camera.module.ModuleController;
397 ModuleController module = agent.createModule(app); in upgradeModuleSettingsFiles() local
400 + module.getModuleStringIdentifier()); in upgradeModuleSettingsFiles()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java48 import com.android.camera.module.ModuleController;
1645 public void resetBottomControls(ModuleController module, int moduleIndex) {
1646 if (areBottomControlsUsed(module)) {
1659 private boolean areBottomControlsUsed(ModuleController module) {
1660 if (module.isUsingBottomBar()) {
DModuleManager.java21 import com.android.camera.module.ModuleController;
DAppController.java32 import com.android.camera.module.ModuleController;
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp680 hw_module_t* module; in classInitNative() local
723 err = hw_get_module(id, (hw_module_t const**)&module); in classInitNative()
727 err = module->methods->open(module, id, &abstraction); in classInitNative()
/packages/apps/Camera2/src/com/android/camera/remote/
DRemoteShutterListener.java27 void onModuleReady(RemoteCameraModule module); in onModuleReady() argument
/packages/apps/Camera2/src_pd/com/android/camera/util/
DRemoteShutterHelper.java32 public void onModuleReady(RemoteCameraModule module) { in create()
/packages/apps/Camera2/src/com/android/camera/module/
DModuleController.java17 package com.android.camera.module;
DModulesInfo.java17 package com.android.camera.module;
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1224 # configuration options related to the Perl module output
1228 # generate a Perl module file that captures the structure of
1237 # to generate PDF and DVI output from the Perl module output.
1241 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1244 # tag is set to NO the size of the Perl module output will be much smaller
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1224 # configuration options related to the Perl module output
1228 # generate a Perl module file that captures the structure of
1237 # to generate PDF and DVI output from the Perl module output.
1241 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1244 # tag is set to NO the size of the Perl module output will be much smaller
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1224 # configuration options related to the Perl module output
1228 # generate a Perl module file that captures the structure of
1237 # to generate PDF and DVI output from the Perl module output.
1241 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1244 # tag is set to NO the size of the Perl module output will be much smaller
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1224 # configuration options related to the Perl module output
1228 # generate a Perl module file that captures the structure of
1237 # to generate PDF and DVI output from the Perl module output.
1241 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1244 # tag is set to NO the size of the Perl module output will be much smaller
/packages/inputmethods/LatinIME/dictionaries/
Dsl_wordlist.combined.gz
Dfr_wordlist.combined.gz

12