| /hardware/interfaces/broadcastradio/2.0/default/ |
| TunerSession.h | 62 std::reference_wrapper<BroadcastRadio> mModule;
|
| TunerSession.cpp | 53 : mCallback(callback), mModule(module) { 88 return mModule.get();
|
| /hardware/interfaces/camera/common/1.0/default/include/ |
| CameraModule.h | 76 camera_module_t *mModule;
|
| /hardware/interfaces/power/1.0/default/ |
| Power.h | 50 power_module_t* mModule;
|
| /hardware/interfaces/thermal/1.0/default/ |
| Thermal.h | 49 thermal_module_t* mModule;
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
| AudioPort.cpp | 34 mModule = module; 45 return mModule != 0 ? mModule->getHandle() : AUDIO_MODULE_HANDLE_NONE; 50 return mModule != 0 ? mModule->getHalVersionMajor() : 0; 55 return mModule != 0 ? mModule->getName() : "invalid module";
|
| DeviceDescriptor.cpp | 248 // ALOG_ASSERT(mModule != NULL); 250 mModule != 0 ? mModule->getHandle() : AUDIO_MODULE_HANDLE_NONE; 261 port->ext.device.hw_module = mModule->getHandle();
|
| AudioOutputDescriptor.cpp | 653 && (primaryOutput->mProfile->mModule != NULL)) { 654 sp<HwModule> primaryHwModule = primaryOutput->mProfile->mModule;
|
| /frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
| AudioPort.h | 68 bool isAttached() { return mModule != 0; } 139 sp<HwModule> mModule; // audio HW module exposing this I/O stream
|
| /frameworks/av/services/soundtrigger/ |
| SoundTriggerHwService.h | 98 void setModule(wp<Module> module) { mModule = module; } 103 wp<Module> mModule; 189 wp<Module> mModule;
|
| SoundTriggerHwService.cpp | 370 module = event->mModule.promote(); 917 : mModule(module), mClient(client) 954 sp<Module> module = mModule.promote(); 970 sp<Module> module = mModule.promote(); 985 sp<Module> module = mModule.promote(); [all...] |
| /frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/ |
| TunerSession.java | 43 private final RadioModule mModule; 54 mModule = Objects.requireNonNull(module); 156 return mModule.getImage(id);
|
| /frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/ |
| RadioTunerTest.java | 75 private RadioManager.ModuleProperties mModule; 135 mModule = mModules.get(0); 137 for (RadioManager.BandDescriptor band : mModule.getBands()) { 152 mRadioTuner = mRadioManager.openTuner(mModule.getId(), 352 boolean isSupported = mModule.isBackgroundScanningSupported();
|
| /hardware/interfaces/broadcastradio/2.0/vts/functional/ |
| VtsHalBroadcastradioV2_0TargetTest.cpp | 116 sp<IBroadcastRadio> mModule; 187 EXPECT_EQ(nullptr, mModule.get()) << "Module is already open"; 190 mModule = getService<IBroadcastRadio>(gEnv->getServiceName<IBroadcastRadio>()); 191 ASSERT_NE(nullptr, mModule.get()) << "Couldn't find broadcast radio HAL implementation"; 194 auto propResult = mModule->getProperties([&](const Properties& p) { mProperties = p; }); 204 mModule.clear(); 217 auto hidlResult = mModule->openSession(mCallback, openCb); 233 auto hidlResult = mModule->getAmFmRegionConfig(full, cb); 381 auto hidlResult = mModule->getDabRegionConfig(cb); 655 auto result = mModule->getImage(0, [&](hidl_vec<uint8_t> rawImage) { len = rawImage.size(); }) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
| BuildFileCreator.java | 100 private final GradleModule mModule; 298 mModule = module; 380 for (GradleModule dep : mModule.getDependencies()) { 421 IFolderWrapper projectFolder = new IFolderWrapper(mModule.getProject()); 427 for (IClasspathEntry entry : mModule.getJavaProject().readRawClasspath()) { 484 for (IClasspathEntry entry : mModule.getJavaProject().readRawClasspath()) {
|
| /hardware/interfaces/camera/device/1.0/default/ |
| CameraDevice.cpp | 90 mModule(module), 101 mDeviceVersion = mModule->getDeviceVersion(mCameraIdInt); 102 if (mDeviceVersion != CAMERA_DEVICE_API_VERSION_1_0 && !mModule->isOpenLegacyDefined()) { 553 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_4) { 554 int ret = mModule->getCameraInfo(mCameraIdInt, &info); 589 int ret = mModule->getCameraInfo(mCameraIdInt, &info); 608 if (!mModule->isSetTorchModeSupported()) { 615 status = getHidlStatus(mModule->setTorchMode(mCameraId.c_str(), enable)); 646 status_t res = mModule->getCameraInfo(mCameraIdInt, &info); 653 if (mModule->getModuleApiVersion() >= CAMERA_MODULE_API_VERSION_2_3 & [all...] |
| CameraDevice_1_0.h | 136 const sp<CameraModule> mModule;
|
| /hardware/interfaces/broadcastradio/1.1/default/ |
| Tuner.h | 61 const sp<BroadcastRadio> mModule;
|
| Tuner.cpp | 63 : mModule(module), 93 for (auto&& config : mModule->getAmFmBands()) {
|
| /hardware/interfaces/camera/device/3.2/default/ |
| CameraDevice_3_2.h | 90 const sp<CameraModule> mModule;
|
| /hardware/interfaces/camera/provider/2.4/default/ |
| CameraProvider.h | 76 sp<CameraModule> mModule;
|
| /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
| ShardableTestStub.java | 41 String mModule;
|
| TestStub.java | 41 private String mModule;
|
| /hardware/google/av/media/v4l2store/ |
| C2VDAComponentStore.cpp | 129 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module 265 std::shared_ptr<ComponentModule> localModule = mModule.lock(); 270 mModule = localModule;
|
| /frameworks/compile/libbcc/bcinfo/include/bcinfo/ |
| MetadataExtractor.h | 86 const llvm::Module *mModule;
|