/hardware/interfaces/thermal/aidl/default/ |
D | Thermal.cpp | 44 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()
|
D | Thermal.h | 33 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/ |
D | MediaVideoToolBoxVideoHelper.h | 107 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/ |
D | EffectFactory.h | 46 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/ |
D | Demux.cpp | 59 ::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()
|
D | Demux.h | 81 ::ndk::ScopedAStatus openFilter(const DemuxFilterType& in_type, int32_t in_bufferSize, 89 ::ndk::ScopedAStatus openDvr(DvrType in_type, int32_t in_bufferSize,
|
D | Frontend.h | 49 FrontendScanType in_type) override;
|
D | Frontend.cpp | 319 ::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/ |
D | TvInput.cpp | 72 TvMessageEventType in_type, bool enabled) { in setTvMessageEnabled() argument 81 mTvMessageEventEnabled[deviceId][streamId][in_type] = enabled; in setTvMessageEnabled()
|
D | TvInput.h | 51 TvMessageEventType in_type, bool enabled) override;
|
/hardware/interfaces/audio/aidl/default/ |
D | EffectFactory.cpp | 102 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/ |
D | VirtualHal.h | 58 ::aidl::android::hardware::biometrics::fingerprint::FingerprintSensorType in_type)
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | VirtualHal.cpp | 236 ::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/ |
D | consistency_tools.py | 817 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/ |
D | aidl_camera_device_session.h | 69 aidl::android::hardware::camera::device::RequestTemplate in_type,
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraDeviceSession.h | 82 ScopedAStatus constructDefaultRequestSettings(RequestTemplate in_type,
|
D | ExternalCameraDeviceSession.cpp | 259 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()
|