Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 101) sorted by relevance

12345

/hardware/interfaces/gnss/aidl/default/
DGnssConfiguration.cpp29 for (const auto& source : sourceList) { in setBlocklist() local
46 BlocklistedSource source = { in isBlocklistedV2_1() local
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp319 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
326 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
334 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
344 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
557 DisplayError HWCLayer::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC()
576 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/interfaces/audio/common/all-versions/default/
DHidlUtils.h189 inline status_t HidlUtils::audioSourceFromHal(audio_source_t halSource, AudioSource* source) { in audioSourceFromHal()
194 inline status_t HidlUtils::audioSourceToHal(const AudioSource& source, audio_source_t* halSource) { in audioSourceToHal()
/hardware/interfaces/gnss/1.1/default/
DGnssConfiguration.cpp53 for (auto source : sourceList) { in setBlacklist() local
70 BlacklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlacklisted() local
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.cpp383 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
390 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
398 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
408 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
620 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/interfaces/gnss/common/utils/default/v2_1/
DGnssConfiguration.cpp79 for (auto source : sourceList) { in setBlacklist_2_1() local
96 BlacklistedSourceV2_1 source = {.constellation = gnssSvInfo.v2_0.constellation, in isBlacklistedV2_1() local
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.cpp490 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
497 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
505 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
515 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
718 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.cpp500 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
507 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
515 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
525 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
716 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display.cpp687 void HWCDisplay::SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target) { in SetLayerS3DMode()
909 bool HWCDisplay::IsNonIntegralSourceCrop(const hwc_frect_t &source) { in IsNonIntegralSourceCrop()
920 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
927 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
934 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition()
941 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition()
951 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending()
973 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
1290 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display.cpp687 void HWCDisplay::SetLayerS3DMode(const LayerBufferS3DFormat &source, uint32_t *target) { in SetLayerS3DMode()
909 bool HWCDisplay::IsNonIntegralSourceCrop(const hwc_frect_t &source) { in IsNonIntegralSourceCrop()
920 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
927 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
934 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition()
941 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition()
951 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending()
973 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
1290 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dframeparser.cpp105 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame()
416 int frame_parse::parse_h264_nallength (OMX_BUFFERHEADERTYPE *source, in parse_h264_nallength()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.cpp595 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
602 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
610 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
620 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
872 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp745 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
752 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
759 void HWCDisplay::SetComposition(const int32_t &source, LayerComposition *target) { in SetComposition()
766 void HWCDisplay::SetComposition(const LayerComposition &source, int32_t *target) { in SetComposition()
775 void HWCDisplay::SetBlending(const int32_t &source, LayerBlending *target) { in SetBlending()
797 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
1150 DisplayError HWCDisplay::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC()
1163 DisplayError HWCDisplay::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame()
477 int frame_parse::parse_h264_nallength (OMX_BUFFERHEADERTYPE *source, in parse_h264_nallength()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame()
477 int frame_parse::parse_h264_nallength (OMX_BUFFERHEADERTYPE *source, in parse_h264_nallength()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dframeparser.cpp144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame()
477 int frame_parse::parse_h264_nallength (OMX_BUFFERHEADERTYPE *source, in parse_h264_nallength()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dframeparser.cpp144 int frame_parse::parse_sc_frame ( OMX_BUFFERHEADERTYPE *source, in parse_sc_frame()
520 int frame_parse::parse_h264_nallength (OMX_BUFFERHEADERTYPE *source, in parse_h264_nallength()
/hardware/qcom/sm8150/gps/android/2.1/
DGnssConfiguration.cpp234 GnssSvIdSource source = {}; in setBlacklist() local
392 GnssSvIdSource source = {}; in setBlacklist_2_1() local
/hardware/qcom/sm7250/gps/android/2.1/
DGnssConfiguration.cpp234 GnssSvIdSource source = {}; in setBlacklist() local
392 GnssSvIdSource source = {}; in setBlacklist_2_1() local
/hardware/qcom/sm7250/display/composer/
Dhwc_layers.cpp670 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
677 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
685 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
695 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.cpp652 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
659 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
667 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
677 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
/hardware/interfaces/audio/effect/all-versions/default/
DDownmixEffect.cpp60 Return<Result> DownmixEffect::setAudioSource(AudioSource source) { in setAudioSource()
72 Return<Result> DownmixEffect::setAudioSource(const AudioSource& source) { in setAudioSource()
DAcousticEchoCancelerEffect.cpp60 Return<Result> AcousticEchoCancelerEffect::setAudioSource(AudioSource source) { in setAudioSource()
72 Return<Result> AcousticEchoCancelerEffect::setAudioSource(const AudioSource& source) { in setAudioSource()
DBassBoostEffect.cpp60 Return<Result> BassBoostEffect::setAudioSource(AudioSource source) { in setAudioSource()
72 Return<Result> BassBoostEffect::setAudioSource(const AudioSource& source) { in setAudioSource()
DPresetReverbEffect.cpp60 Return<Result> PresetReverbEffect::setAudioSource(AudioSource source) { in setAudioSource()
72 Return<Result> PresetReverbEffect::setAudioSource(const AudioSource& source) { in setAudioSource()

12345