/packages/apps/Camera/src/com/android/camera/ |
D | CameraActivity.java | 168 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()
|
D | VideoController.java | 48 public VideoController(CameraActivity activity, VideoModule module, PieRenderer pie) { in VideoController() argument 50 mModule = module; in VideoController()
|
D | PhotoController.java | 46 public PhotoController(CameraActivity activity, PhotoModule module, PieRenderer pie) { in PhotoController() argument 48 mModule = module; in PhotoController()
|
D | PreviewGestures.java | 74 public PreviewGestures(CameraActivity ctx, CameraModule module, in PreviewGestures() argument 77 mModule = module; in PreviewGestures()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | CameraActivity.java | 105 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()
|
D | PhotoModule.java | 63 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()
|
D | CaptureModuleUI.java | 126 public CaptureModuleUI(CameraActivity activity, CaptureModule module, View parent, in CaptureModuleUI() argument 129 mModule = module; in CaptureModuleUI()
|
D | CameraModule.java | 25 import com.android.camera.module.ModuleController;
|
D | CaptureModule.java | 52 import com.android.camera.module.ModuleController;
|
D | VideoModule.java | 62 import com.android.camera.module.ModuleController;
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | AppUpgrader.java | 26 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/ |
D | CameraAppUI.java | 48 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()) {
|
D | ModuleManager.java | 21 import com.android.camera.module.ModuleController;
|
D | AppController.java | 32 import com.android.camera.module.ModuleController;
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 680 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/ |
D | RemoteShutterListener.java | 27 void onModuleReady(RemoteCameraModule module); in onModuleReady() argument
|
/packages/apps/Camera2/src_pd/com/android/camera/util/ |
D | RemoteShutterHelper.java | 32 public void onModuleReady(RemoteCameraModule module) { in create()
|
/packages/apps/Camera2/src/com/android/camera/module/ |
D | ModuleController.java | 17 package com.android.camera.module;
|
D | ModulesInfo.java | 17 package com.android.camera.module;
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1224 # 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/ |
D | dbreg_API_doxyfile | 1224 # 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/ |
D | feature_mos_API_doxyfile | 1224 # 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/ |
D | feature_mos_API_doxyfile | 1224 # 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/ |
D | sl_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz |
|