Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/aosp12/frameworks/base/services/
H A DAndroid.bp27 name: "services-main-sources",
39 ":services.core-sources",
46 ":services.backup-sources",
47 ":backuplib-sources",
53 ":services.midi-sources",
55 ":services.net-sources",
56 ":services.print-sources",
66 ":services.usage-sources",
67 ":services.usb-sources",
68 ":services.uwb-sources",
[all …]
/aosp12/system/bt/gd/packet/parser/
H A Dpacketgen.gni22 # sources: PDL files to use for generation.
35 assert(defined(sources), "sources must be set")
48 foreach (source, sources) {
82 # sources = get_target_outputs(":${action_name}")
99 # sources: PDL files to use for generation.
108 assert(defined(sources), "sources must be set")
125 foreach (source, sources) {
147 # sources: PDL files to use for generation.
157 assert(defined(sources), "sources must be set")
175 foreach (source, sources) {
[all …]
H A Dbison.gni26 # sources: Grammar files used to generate the parsers.
30 forward_variables_from(invoker, [ "sources" ])
31 assert(defined(sources), "sources must be set")
32 foreach(s, sources) {
59 sources = get_target_outputs(":${action_name}")
H A Dflex.gni26 # sources: Files used to generate the lexers.
30 forward_variables_from(invoker, [ "sources" ])
31 assert(defined(sources), "sources must be set")
32 foreach(s, sources) {
54 sources = get_target_outputs(":${action_name}")
/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp173 if (oldPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE && in createAudioPatch()
177 hwModule = oldPatch.sources[0].ext.device.hw_module; in createAudioPatch()
203 switch (patch->sources[0].type) { in createAudioPatch()
241 if (patch->sources[1].type != AUDIO_PORT_TYPE_MIX || in createAudioPatch()
297 config.sample_rate = patch->sources[0].sample_rate; in createAudioPatch()
308 config.format = patch->sources[0].format; in createAudioPatch()
367 patch->sources, in createAudioPatch()
466 PatchBuilder().addSource(mAudioPatch.sources[0]). in createConnections()
503 mAudioPatch.sources[0].flags.input : AUDIO_INPUT_FLAG_NONE; in createConnections()
521 streamType = mAudioPatch.sources[1].ext.mix.usecase.stream; in createConnections()
[all …]
/aosp12/hardware/interfaces/gnss/1.1/vts/functional/
H A Dgnss_hal_test_cases.cpp273 sources.resize(1); in TEST_P()
274 sources[0] = source_to_blacklist; in TEST_P()
310 sources.resize(0); in TEST_P()
312 result = gnss_configuration_hal->setBlacklist(sources); in TEST_P()
395 sources.resize(1); in TEST_P()
396 sources[0] = source_to_blacklist; in TEST_P()
426 sources.resize(0); in TEST_P()
427 result = gnss_configuration_hal->setBlacklist(sources); in TEST_P()
465 sources.resize(1); in TEST_P()
466 sources[0] = source_to_blacklist; in TEST_P()
[all …]
/aosp12/frameworks/base/
H A DAndroid.bp72 ":framework-core-sources",
73 ":framework-drm-sources",
76 ":framework-keystore-sources",
79 ":framework-lowpan-sources",
83 ":framework-media-sources",
84 ":framework-mms-sources",
85 ":framework-opengl-sources",
86 ":framework-rs-sources",
87 ":framework-sax-sources",
94 ":PacProcessor-aidl-sources",
[all …]
/aosp12/system/bt/osi/src/socket_utils/
H A DREADME17 The sources in this folder re -
18 implement some of the sources in libcutils / sockets to provide a short -
22 these sources and the corresponding headers should be removed.
27 .The developers who want to pull sockets sources other than the
28 existing ones must put the sources in this folder and refactor
31 The current sources include :
41 Please update the above list if adding more sources.
/aosp12/frameworks/base/apex/appsearch/framework/
H A DAndroid.bp25 name: "framework-appsearch-sources",
27 ":framework-appsearch-internal-sources",
28 ":framework-appsearch-external-sources",
34 name: "framework-appsearch-internal-sources",
39 exclude_srcs: [":framework-appsearch-external-sources"],
44 name: "framework-appsearch-external-sources",
54 srcs: [":framework-appsearch-sources"],
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/
H A DMakefile.am64 sources = src/omx_video_base.cpp macro
65 sources += src/omx_video_encoder.cpp
66 sources += src/video_encoder_device_v4l2.cpp
67 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp
68 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp
71 libOmxVenc_la_SOURCES = $(sources)
/aosp12/hardware/interfaces/gnss/2.1/vts/functional/
H A Dgnss_hal_test_cases.cpp441 sources.resize(1); in TEST_P()
442 sources[0] = source_to_blacklist; in TEST_P()
478 sources.resize(0); in TEST_P()
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()
608 sources.resize(0); in TEST_P()
659 sources.resize(2); in TEST_P()
660 sources[0] = source_to_blacklist_1; in TEST_P()
661 sources[1] = source_to_blacklist_2; in TEST_P()
[all …]
/aosp12/system/bt/gd/rust/shim/
H A DBUILD.gn24 sources = [ "src/bridge.rs" ]
30 sources = [ "src/bridge.rs" ]
36 sources = [ "src/init_flags.rs" ]
42 sources = [ "src/init_flags.rs" ]
48 sources = [ "src/message_loop_thread.rs" ]
54 sources = [ "src/message_loop_thread.rs" ]
/aosp12/system/update_engine/
H A DBUILD.gn122 sources = [
187 sources = [
282 sources += [
287 sources += [
303 sources = [
317 sources = [
329 sources = [
389 sources = [
417 sources = [
439 sources = [
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/
H A DMakefile.am82 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)
/aosp12/frameworks/base/media/java/android/media/
H A DHwAudioSource.java160 AudioPortConfig[] sources = patch.sources(); in getDeviceId() local
162 if ((sources != null) && (sources.length > 0)) { in getDeviceId()
163 for (int c = 0; c < sources.length; c++) { in getDeviceId()
164 if (sources[c].port().id() == mAudioDeviceInfo.getId()) { in getDeviceId()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/
H A DMakefile.am70 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)
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DSmartUpdateMediatorLiveData.kt62 private val sources = mutableListOf<SmartUpdateMediatorLiveData<*>>() regex
86 isStale = !(sources.all { !it.isStale } && isActiveOrStaticVal)
142 if (source in sources) {
145 sources.add(source)
158 sources.remove(toRemote)
224 if (sources.isNotEmpty() && sources.all { !it.isStale } &&
/aosp12/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test_cases.cpp501 sources.resize(1); in TEST_P()
502 sources[0] = source_to_blocklist; in TEST_P()
538 sources.resize(0); in TEST_P()
631 sources.resize(2); in TEST_P()
632 sources[0] = source_to_blocklist_1; in TEST_P()
633 sources[1] = source_to_blocklist_2; in TEST_P()
665 sources.resize(0); in TEST_P()
711 sources.resize(2); in TEST_P()
712 sources[0] = source_to_blocklist_1; in TEST_P()
713 sources[1] = source_to_blocklist_2; in TEST_P()
[all …]
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/
H A DMakefile.am76 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)
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java6 int[] sources, in glGetDebugMessageLog() argument
23 java.nio.IntBuffer sources, in glGetDebugMessageLog() argument
34 int[] sources, in glGetDebugMessageLog() argument
47 java.nio.IntBuffer sources, in glGetDebugMessageLog() argument
H A DglGetDebugMessageLogKHR.java6 int[] sources, in glGetDebugMessageLogKHR() argument
23 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() argument
34 int[] sources, in glGetDebugMessageLogKHR() argument
47 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR() argument
/aosp12/frameworks/base/libs/WindowManager/Shell/
H A DAndroid.bp34 name: "wm_shell-sources",
43 name: "wm_shell_util-sources",
62 name: "wm_shell-sources-kt",
73 ":wm_shell-sources",
83 "$(locations :wm_shell-sources)",
91 ":wm_shell-sources",
99 "$(locations :wm_shell-sources)",
119 ":wm_shell-sources-kt",
/aosp12/hardware/interfaces/gnss/2.0/vts/functional/
H A Dgnss_hal_test_cases.cpp654 sources.resize(1); in TEST_P()
655 sources[0] = source_to_blacklist; in TEST_P()
691 sources.resize(0); in TEST_P()
693 result = gnss_configuration_hal->setBlacklist(sources); in TEST_P()
778 sources.resize(1); in TEST_P()
779 sources[0] = source_to_blacklist; in TEST_P()
810 sources.resize(0); in TEST_P()
811 result = gnss_configuration_hal->setBlacklist(sources); in TEST_P()
852 sources.resize(1); in TEST_P()
853 sources[0] = source_to_blacklist; in TEST_P()
[all …]
/aosp12/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp91 int getFusedFuncSig(const std::vector<Source*>& sources, in getFusedFuncSig() argument
98 for (const Source* source : sources) { in getFusedFuncSig()
134 const std::vector<Source*>& sources, in getFusedFuncType() argument
138 int error = getFusedFuncSig(sources, slots, signature); in getFusedFuncType()
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr); in getFusedFuncType()
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr); in getFusedFuncType()
177 const std::vector<Source *>& sources, in fuseKernels() argument
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size"); in fuseKernels()
186 getFusedFuncType(Context, sources, slots, mergedModule, &fusedFunctionSignature); in fuseKernels()
227 for (const Source* source : sources) { in fuseKernels()
/aosp12/system/bt/gd/
H A DBUILD.gn56 sources = [
83 sources = [
94 sources = [
107 sources = [
119 sources = [
130 sources = [ "hci/hci_packets.pdl" ]

12345678910>>...17