Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 27) 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.java1487 private void openModule(CameraModule module) { in openModule() argument
1488 module.init(this, mCameraModuleRootView); in openModule()
1489 module.onResumeBeforeSuper(); in openModule()
1490 module.onResumeAfterSuper(); in openModule()
1493 private void closeModule(CameraModule module) { in closeModule() argument
1494 module.onPauseBeforeSuper(); in closeModule()
1495 module.onPauseAfterSuper(); in closeModule()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp461 hw_module_t* module; in classInitNative() local
495 err = hw_get_module(id, (hw_module_t const**)&module); in classInitNative()
499 err = module->methods->open(module, id, &abstraction); in classInitNative()
/packages/apps/Camera2/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_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/Camera2/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/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_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.gz1dictionary=main:fr,locale=fr,description=Français,date=1381226409, ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_wordlist.combined.gz
Dpt_BR_wordlist.combined.gz
Dnl_wordlist.combined.gz
Dcs_wordlist.combined.gz
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1380519383, ...
Dpl_wordlist.combined.gz
Des_wordlist.combined.gz
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1380519401, ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...

12