Searched defs:mModule (Results 1 - 17 of 17) sorted by last modified time

/hardware/libhardware/modules/usbcamera/
H A DHotplugThread.h47 CameraHAL *mModule; member in class:usb_camera_hal::HotplugThread
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h229 HwModule *mModule; // audio HW module exposing this I/O stream member in class:android_audio_legacy::AudioPolicyManagerBase::IOProfile
/hardware/interfaces/boot/1.0/default/
H A DBootControl.h50 boot_control_module_t* mModule; member in struct:android::hardware::boot::V1_0::implementation::BootControl
/hardware/interfaces/broadcastradio/1.1/default/
H A DTuner.h61 const sp<BroadcastRadio> mModule; member in struct:android::hardware::broadcastradio::V1_1::implementation::Tuner
/hardware/interfaces/broadcastradio/2.0/default/
H A DTunerSession.h62 std::reference_wrapper<BroadcastRadio> mModule; member in struct:android::hardware::broadcastradio::V2_0::implementation::TunerSession
/hardware/interfaces/broadcastradio/2.0/vts/functional/
H A DVtsHalBroadcastradioV2_0TargetTest.cpp116 sp<IBroadcastRadio> mModule; member in class:android::hardware::broadcastradio::V2_0::vts::BroadcastRadioHalTest
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
[all...]
/hardware/interfaces/camera/common/1.0/default/include/
H A DCameraModule.h76 camera_module_t *mModule; member in class:android::hardware::camera::common::V1_0::helper::CameraModule
/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h136 const sp<CameraModule> mModule; member in struct:android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice_3_2.h90 const sp<CameraModule> mModule; member in struct:android::hardware::camera::device::V3_2::implementation::CameraDevice
/hardware/interfaces/camera/provider/2.4/default/
H A DCameraProvider.h76 sp<CameraModule> mModule; member in struct:android::hardware::camera::provider::V2_4::implementation::CameraProvider
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.h439 const gralloc_module_t* mModule; member in class:android::hardware::Gralloc1On0Adapter
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc0Hal.h46 mModule = reinterpret_cast<const gralloc_module_t*>(module);
83 if (mModule->registerBuffer(mModule, bufferHandle)) {
95 if (mModule->unregisterBuffer(mModule, bufferHandle)) {
109 if (mMinor >= 3 && mModule->lockAsync) {
110 result = mModule->lockAsync(mModule, bufferHandle, cpuUsage, accessRegion.left,
117 mModule->lock(mModule, bufferHandl
201 const gralloc_module_t* mModule = nullptr; member in class:android::hardware::graphics::mapper::V2_0::passthrough::detail::Gralloc0HalImpl
[all...]
/hardware/interfaces/memtrack/1.0/default/
H A DMemtrack.h46 const memtrack_module_t* mModule; member in struct:android::hardware::memtrack::V1_0::implementation::Memtrack
/hardware/interfaces/power/1.0/default/
H A DPower.h50 power_module_t* mModule; member in struct:android::hardware::power::V1_0::implementation::Power
/hardware/interfaces/thermal/1.0/default/
H A DThermal.h49 thermal_module_t* mModule; member in struct:android::hardware::thermal::V1_0::implementation::Thermal
/hardware/google/av/codec2/vndk/
H A DC2Store.cpp563 std::shared_ptr<ComponentModule> localModule = mModule.lock();
568 mModule = localModule;
583 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module member in struct:android::C2PlatformComponentStore::ComponentLoader
/hardware/google/av/media/v4l2store/
H A DC2VDAComponentStore.cpp129 std::weak_ptr<ComponentModule> mModule; ///< weak reference to the loaded module member in class:android::C2VDAComponentStore::ComponentLoader
265 std::shared_ptr<ComponentModule> localModule = mModule.lock();
270 mModule = localModule;

Completed in 442 milliseconds