/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 82 sources = src/omx_video_base.cpp macro 83 sources += src/omx_video_encoder.cpp 84 sources += src/video_encoder_device_v4l2.cpp 85 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp 86 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp 89 libOmxVenc_la_SOURCES = $(sources)
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 70 sources = src/omx_video_base.cpp macro 71 sources += src/omx_video_encoder.cpp 72 sources += src/video_encoder_device_v4l2.cpp 73 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_common.cpp 74 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_vendor_extensions.cpp 77 libOmxVenc_la_SOURCES = $(sources)
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 76 sources = src/omx_video_base.cpp macro 77 sources += src/omx_video_encoder.cpp 78 sources += src/video_encoder_device_v4l2.cpp 79 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_common.cpp 80 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_vendor_extensions.cpp 83 libOmxVenc_la_SOURCES = $(sources)
|
/hardware/interfaces/gnss/1.1/vts/functional/ |
D | gnss_hal_test_cases.cpp | 272 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local 273 sources.resize(1); in TEST_P() 274 sources[0] = source_to_blacklist; in TEST_P() 276 auto result = gnss_configuration_hal->setBlacklist(sources); in TEST_P() 310 sources.resize(0); in TEST_P() 312 result = gnss_configuration_hal->setBlacklist(sources); in TEST_P() 394 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local 395 sources.resize(1); in TEST_P() 396 sources[0] = source_to_blacklist; in TEST_P() 399 auto result = gnss_configuration_hal->setBlacklist(sources); in TEST_P() [all …]
|
/hardware/interfaces/gnss/2.1/vts/functional/ |
D | gnss_hal_test_cases.cpp | 440 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local 441 sources.resize(1); in TEST_P() 442 sources[0] = source_to_blacklist; in TEST_P() 444 auto result = gnss_configuration_hal->setBlacklist_2_1(sources); in TEST_P() 478 sources.resize(0); in TEST_P() 480 result = gnss_configuration_hal->setBlacklist_2_1(sources); in TEST_P() 574 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local 575 sources.resize(2); in TEST_P() 576 sources[0] = source_to_blacklist_1; in TEST_P() 577 sources[1] = source_to_blacklist_2; in TEST_P() [all …]
|
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
D | PolicyConfig.cpp | 174 const auto sources = splitString(route.getSources(), ','); in getSinkDevicesForMixPort() local 175 if (std::find(sources.begin(), sources.end(), mixPortName) != sources.end()) { in getSinkDevicesForMixPort() 193 const auto sources = splitString(route->getSources(), ','); in getSourceDevicesForMixPort() local 194 std::copy(sources.begin(), sources.end(), std::inserter(result, result.end())); in getSourceDevicesForMixPort()
|
/hardware/interfaces/gnss/2.0/vts/functional/ |
D | gnss_hal_test_cases.cpp | 653 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local 654 sources.resize(1); in TEST_P() 655 sources[0] = source_to_blacklist; in TEST_P() 657 auto result = gnss_configuration_hal->setBlacklist(sources); in TEST_P() 691 sources.resize(0); in TEST_P() 693 result = gnss_configuration_hal->setBlacklist(sources); in TEST_P() 777 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local 778 sources.resize(1); in TEST_P() 779 sources[0] = source_to_blacklist; in TEST_P() 782 auto result = gnss_configuration_hal->setBlacklist(sources); in TEST_P() [all …]
|
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/ |
D | EmergencyNumber.aidl | 90 int sources;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/ |
D | EmergencyNumber.aidl | 42 int sources;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/ |
D | EmergencyNumber.aidl | 42 int sources;
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/ |
D | EmergencyNumber.aidl | 42 int sources;
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssConfiguration.hal | 44 * The superset of all satellite sources provided, including wildcards, in the latest call 45 * to this method, is the set of satellites sources that must not be used in calculating 56 * should not be trusted for location on top of existing sources of similar information
|
/hardware/interfaces/gnss/aidl/vts/ |
D | gnss_hal_test_cases.cpp | 684 std::vector<BlocklistedSource> sources; in TEST_P() local 685 sources.resize(1); in TEST_P() 686 sources[0] = source_to_blocklist; in TEST_P() 688 status = gnss_configuration_hal->setBlocklist(sources); in TEST_P() 743 sources.resize(0); in TEST_P() 745 status = gnss_configuration_hal->setBlocklist(sources); in TEST_P() 858 hidl_vec<BlocklistedSource> sources; in TEST_P() local 859 sources.resize(2); in TEST_P() 860 sources[0] = source_to_blocklist_1; in TEST_P() 861 sources[1] = source_to_blocklist_2; in TEST_P() [all …]
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssConfiguration.hal | 48 * The superset of all satellite sources provided, including wildcards, in the latest call 49 * to this method, is the set of satellites sources that must not be used in calculating 60 * should not be trusted for location on top of existing sources of similar information
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | PolicyConfig.h | 144 const auto& sources = route->getSources(); in getSourceDevicesForMixPort() local 145 std::transform(sources.begin(), sources.end(), in getSourceDevicesForMixPort()
|
/hardware/qcom/bt/msm8960/libbt-vendor/ |
D | vnd_buildcfg.mk | 17 generated_sources := $(local-generated-sources-dir)
|
/hardware/broadcom/libbt/ |
D | vnd_buildcfg.mk | 1 generated_sources := $(local-generated-sources-dir)
|
/hardware/interfaces/audio/aidl/default/r_submix/ |
D | ModuleRemoteSubmix.cpp | 85 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch() argument 86 for (const auto& source : sources) { in checkAudioPatchEndpointsMatch()
|
/hardware/interfaces/audio/aidl/default/usb/ |
D | ModuleUsb.cpp | 99 const std::vector<AudioPortConfig*>& sources, const std::vector<AudioPortConfig*>& sinks) { in checkAudioPatchEndpointsMatch() argument 100 for (const auto& source : sources) { in checkAudioPatchEndpointsMatch()
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | Device.h | 129 Return<void> createAudioPatch(const hidl_vec<AudioPortConfig>& sources, 158 Return<void> updateAudioPatch(int32_t previousPatch, const hidl_vec<AudioPortConfig>& sources, 185 AudioPatchHandle patch, const hidl_vec<AudioPortConfig>& sources,
|
D | PrimaryDevice.h | 83 Return<void> createAudioPatch(const hidl_vec<AudioPortConfig>& sources, 112 Return<void> updateAudioPatch(int32_t previousPatch, const hidl_vec<AudioPortConfig>& sources,
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | PrimaryDevice.cpp | 120 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch() argument 123 return mDevice->createAudioPatch(sources, sinks, _hidl_cb); in createAudioPatch() 193 const hidl_vec<AudioPortConfig>& sources, in updateAudioPatch() argument 196 return mDevice->updateAudioPatch(previousPatch, sources, sinks, _hidl_cb); in updateAudioPatch()
|
D | Device.cpp | 360 Return<void> Device::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in openOutputStreamImpl() argument 363 auto [retval, patch] = createOrUpdateAudioPatch(AudioPatchHandle{}, sources, sinks); in openOutputStreamImpl() 369 AudioPatchHandle patch, const hidl_vec<AudioPortConfig>& sources, in openOutputStreamImpl() argument 375 if (status_t status = HidlUtils::audioPortConfigsToHal(sources, &halSources); in openOutputStreamImpl() 385 mDevice->create_audio_patch(mDevice, sources.size(), &halSources[0], in openOutputStreamImpl() 598 const hidl_vec<AudioPortConfig>& sources, in openOutputStreamImpl() argument 602 auto [retval, patch] = createOrUpdateAudioPatch(previousPatch, sources, sinks); in openOutputStreamImpl()
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | ModuleRemoteSubmix.h | 47 const std::vector<::aidl::android::media::audio::common::AudioPortConfig*>& sources,
|
D | ModuleUsb.h | 49 const std::vector<::aidl::android::media::audio::common::AudioPortConfig*>& sources,
|