Home
last modified time | relevance | path

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

12

/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java56 import com.android.camera.module.ModuleController;
315 public MainHandler(PhotoModule module) { in MainHandler() argument
317 mModule = new WeakReference<PhotoModule>(module); in MainHandler()
322 PhotoModule module = mModule.get(); in handleMessage() local
323 if (module == null) { in handleMessage()
328 module.initializeFirstTime(); in handleMessage()
333 module.setCameraParametersWhenIdle(0); in handleMessage()
DCameraActivity.java110 import com.android.camera.module.ModuleController;
111 import com.android.camera.module.ModulesInfo;
2638 private void openModule(CameraModule module) { in openModule() argument
2639 module.init(this, isSecureCamera(), isCaptureIntent()); in openModule()
2640 module.hardResetSettings(mSettingsManager); in openModule()
2644 module.resume(); in openModule()
2651 private void closeModule(CameraModule module) { in closeModule() argument
2652 module.pause(); in closeModule()
DCameraModule.java25 import com.android.camera.module.ModuleController;
DCaptureModule.java54 import com.android.camera.module.ModuleController;
DVideoModule.java62 import com.android.camera.module.ModuleController;
/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioBackgroundScanner.java56 RadioManager.ModuleProperties module) { in RadioBackgroundScanner() argument
60 mRadioModule = module; in RadioBackgroundScanner()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java46 import com.android.camera.module.ModuleController;
1819 public void resetBottomControls(ModuleController module, int moduleIndex) {
1820 if (areBottomControlsUsed(module)) {
1833 private boolean areBottomControlsUsed(ModuleController module) {
1834 if (module.isUsingBottomBar()) {
DModuleManager.java22 import com.android.camera.module.ModuleController;
DAppController.java34 import com.android.camera.module.ModuleController;
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp632 hw_module_t* module; in classInitNative() local
633 int err = hw_get_module(id, (hw_module_t const**)&module); in classInitNative()
637 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_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/Test/connectivity/sl4n/rapidjson/doc/
DDoxyfile.in1901 # Configuration options related to the Perl module output
1904 # If the GENERATE_PERLMOD tag is set to YES doxygen will generate a Perl module
1914 # output from the Perl module output.
1920 # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be nicely
1923 # size of the Perl module output will be much smaller and Perl will parse it
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/packages/inputmethods/LatinIME/dictionaries/
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...

12