Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/
DMakefile.am76 sources = src/omx_video_base.cpp macro
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/
DMakefile.am70 sources = src/omx_video_base.cpp macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/
DMakefile.am82 sources = src/omx_video_base.cpp macro
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DPolicyConfig.cpp174 const auto sources = splitString(route.getSources(), ','); in getSinkDevicesForMixPort() local
193 const auto sources = splitString(route->getSources(), ','); in getSourceDevicesForMixPort() local
/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test_cases.cpp272 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
394 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
464 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
/hardware/interfaces/audio/aidl/default/r_submix/
DModuleRemoteSubmix.cpp85 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch()
/hardware/interfaces/audio/aidl/default/usb/
DModuleUsb.cpp99 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch()
/hardware/interfaces/gnss/2.1/vts/functional/
Dgnss_hal_test_cases.cpp440 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
574 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
658 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
/hardware/interfaces/audio/core/all-versions/vts/functional/
DPolicyConfig.h144 const auto& sources = route->getSources(); in getSourceDevicesForMixPort() local
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp653 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local
777 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local
851 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local
/hardware/interfaces/audio/core/all-versions/default/
DDevice.cpp360 Return<void> Device::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in openOutputStreamImpl()
369 AudioPatchHandle patch, const hidl_vec<AudioPortConfig>& sources, in openOutputStreamImpl()
598 const hidl_vec<AudioPortConfig>& sources, in openOutputStreamImpl()
DPrimaryDevice.cpp120 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch()
193 const hidl_vec<AudioPortConfig>& sources, in updateAudioPatch()
/hardware/interfaces/gnss/aidl/vts/
Dgnss_hal_test_cases.cpp684 std::vector<BlocklistedSource> sources; in TEST_P() local
858 hidl_vec<BlocklistedSource> sources; in TEST_P() local
958 hidl_vec<BlocklistedSource> sources; in TEST_P() local
/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp124 static AudioRoute createRoute(const std::vector<AudioPort>& sources, const AudioPort& sink) { in createRoute()
DModule.cpp778 auto sources = in setAudioPatch() local
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c1699 const struct audio_port_config *sources, in adev_create_audio_patch()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1292 std::set<int32_t> sources(route.sourcePortIds.begin(), route.sourcePortIds.end()); in TEST_P() local
3409 void SetInvalidPatchHelper(int32_t expectedException, const std::vector<int32_t>& sources, in SetInvalidPatchHelper()