HomeSort by relevance Sort by last modified time
    Searched defs:mModule (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/libbcc/include/bcc/
Source.h 33 llvm::Module *mModule;
35 // If true, destructor won't destroy the mModule.
72 { return *mModule; }
74 { return *mModule; }
Linker.h 65 mcld::Module *mModule;
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 58 mcld::Module *mModule;
  /hardware/libhardware/tests/camera2/
CameraModuleFixture.h 57 (const hw_module_t **)&mModule)) << "Could not load camera module";
58 ASSERT_NE((void*)0, mModule);
60 mNumberOfCameras = mModule->get_number_of_cameras();
64 CAMERA_MODULE_API_VERSION_2_0, mModule->common.module_api_version)
81 ASSERT_EQ(0, HWModuleHelpers::closeModule(&mModule->common))
88 ASSERT_EQ(OK, mModule->get_camera_info(cameraID, &info));
116 res = mModule->get_camera_info(cameraId, &info);
136 ASSERT_EQ(OK, mDevice->initialize(mModule))
147 camera_module_t *mModule;
  /packages/apps/Camera/src/com/android/camera/
PreviewGestures.java 48 private CameraModule mModule;
77 mModule = module;
201 mModule.onSingleTapUp(null,
PhotoController.java 39 private PhotoModule mModule;
48 mModule = module;
116 mModule.showPopup(mPopup);
139 mModule.dismissPopup(true);
171 if (topPopupOnly) mModule.showPopup(mPopup);
213 mModule.dismissPopup(true);
220 mModule.dismissPopup(true);
223 mModule.showPopup(mSecondPopup);
VideoController.java 39 private VideoModule mModule;
50 mModule = module;
94 mModule.showPopup(mPopup);
128 mModule.dismissPopup(true);
154 if (topPopupOnly) mModule.showPopup(mPopup);
172 mModule.dismissPopup(true);
179 mModule.dismissPopup(true);
182 mModule.showPopup(mPopup);
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 330 camera_module_t *mModule;
  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 38 const llvm::Module *mModule;
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 61 llvm::Module *mModule;
117 : mModule(M),
256 mModule->getOrInsertNamedMetadata(RecordInfoMetadataName);
269 if (!EncodeInteger(mModule->getContext(),
279 if (!EncodeInteger(mModule->getContext(),
285 RecordInfoMetadata->addOperand(llvm::MDNode::get(mModule->getContext(),
320 if (!EncodeInteger(mModule->getContext(), VarName, VarInfo)) {
323 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
328 mVarInfoMetadata = mModule->getOrInsertNamedMetadata(RS_EXPORT_VAR_MN);
330 mVarInfoMetadata->addOperand(llvm::MDNode::get(mModule->getContext()
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 221 HwModule *mModule; // audio HW module exposing this I/O stream

Completed in 1258 milliseconds