Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/thermal/aidl/default/
DThermal.cpp44 ScopedAStatus Thermal::getCoolingDevicesWithType(CoolingType in_type, in getCoolingDevicesWithType() argument
46 LOG(VERBOSE) << __func__ << " CoolingType: " << static_cast<int32_t>(in_type); in getCoolingDevicesWithType()
55 ScopedAStatus Thermal::getTemperaturesWithType(TemperatureType in_type, in getTemperaturesWithType() argument
57 LOG(VERBOSE) << __func__ << " TemperatureType: " << static_cast<int32_t>(in_type); in getTemperaturesWithType()
68 TemperatureType in_type, in getTemperatureThresholdsWithType() argument
70 LOG(VERBOSE) << __func__ << " TemperatureType: " << static_cast<int32_t>(in_type); in getTemperatureThresholdsWithType()
96 const std::shared_ptr<IThermalChangedCallback>& in_callback, TemperatureType in_type) { in registerThermalChangedCallbackWithType() argument
98 << ", TemperatureType: " << static_cast<int32_t>(in_type); in registerThermalChangedCallbackWithType()
146 const std::shared_ptr<ICoolingDeviceChangedCallback>& in_callback, CoolingType in_type) { in registerCoolingDeviceChangedCallbackWithType() argument
148 << ", CoolingType: " << static_cast<int32_t>(in_type); in registerCoolingDeviceChangedCallbackWithType()
DThermal.h33 ndk::ScopedAStatus getCoolingDevicesWithType(CoolingType in_type,
37 ndk::ScopedAStatus getTemperaturesWithType(TemperatureType in_type,
44 TemperatureType in_type,
52 TemperatureType in_type) override;
59 CoolingType in_type) override;
/hardware/google/aemu/host-common/include/host-common/
DMediaVideoToolBoxVideoHelper.h107 InputFrame(H264NaluParser::H264NaluType in_type, in InputFrame()
110 : type(in_type), data(in_data), size(in_size) {} in InputFrame()
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectFactory.h46 const std::optional<::aidl::android::media::audio::common::AudioUuid>& in_type,
58 ndk::ScopedAStatus queryProcessing(const std::optional<Processing::Type>& in_type,
/hardware/interfaces/tv/tuner/aidl/default/
DDemux.cpp59 ::ndk::ScopedAStatus Demux::openDvr(DvrType in_type, int32_t in_bufferSize, in openDvr() argument
72 switch (in_type) { in openDvr()
74 mDvrPlayback = ndk::SharedRefBase::make<Dvr>(in_type, in_bufferSize, in_cb, in openDvr()
99 mDvrRecord = ndk::SharedRefBase::make<Dvr>(in_type, in_bufferSize, in_cb, in openDvr()
263 ::ndk::ScopedAStatus Demux::openFilter(const DemuxFilterType& in_type, int32_t in_bufferSize, in openFilter() argument
279 in_type, filterId, in_bufferSize, in_cb, this->ref<Demux>()); in openFilter()
DDemux.h81 ::ndk::ScopedAStatus openFilter(const DemuxFilterType& in_type, int32_t in_bufferSize,
89 ::ndk::ScopedAStatus openDvr(DvrType in_type, int32_t in_bufferSize,
DFrontend.h49 FrontendScanType in_type) override;
DFrontend.cpp319 ::ndk::ScopedAStatus Frontend::scan(const FrontendSettings& in_settings, FrontendScanType in_type) { in scan() argument
328 mFrontendScanType = in_type; in scan()
/hardware/interfaces/tv/input/aidl/default/
DTvInput.cpp72 TvMessageEventType in_type, bool enabled) { in setTvMessageEnabled() argument
81 mTvMessageEventEnabled[deviceId][streamId][in_type] = enabled; in setTvMessageEnabled()
DTvInput.h51 TvMessageEventType in_type, bool enabled) override;
/hardware/interfaces/audio/aidl/default/
DEffectFactory.cpp102 ndk::ScopedAStatus Factory::queryProcessing(const std::optional<Processing::Type>& in_type, in queryProcessing() argument
108 if (!in_type.has_value() || in_type.value() == procIter.first) { in queryProcessing()
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/
DVirtualHal.h58 ::aidl::android::hardware::biometrics::fingerprint::FingerprintSensorType in_type)
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DVirtualHal.cpp236 ::aidl::android::hardware::biometrics::fingerprint::FingerprintSensorType in_type) { in setType() argument
238 Fingerprint::cfg().set<std::string>("type", Fingerprint::type2String(in_type)); in setType()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py817 for in_type, code_set in in_dict.items():
818 descendants = handle_descendants.get(in_type)
820 out.add(code, in_type)
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device_session.h69 aidl::android::hardware::camera::device::RequestTemplate in_type,
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.h82 ScopedAStatus constructDefaultRequestSettings(RequestTemplate in_type,
DExternalCameraDeviceSession.cpp259 RequestTemplate in_type, CameraMetadata* _aidl_return) { in constructDefaultRequestSettings() argument
265 switch (in_type) { in constructDefaultRequestSettings()
270 *_aidl_return = mDefaultRequests[in_type]; in constructDefaultRequestSettings()
279 ALOGE("%s: unknown request template type %d", __FUNCTION__, static_cast<int>(in_type)); in constructDefaultRequestSettings()