Home
last modified time | relevance | path

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

123

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTest.java70 List<Integer> sources = number.getEmergencyNumberSources(); in testEmergencyNumberUnspecified() local
123 List<Integer> sources = number.getEmergencyNumberSources(); in testEmergencyNumberSpecificService() local
192 List<Integer> sources = number.getEmergencyNumberSources(); in testEmergencyNumberMultipleServices() local
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLog.java6 int[] sources, in glGetDebugMessageLog()
23 java.nio.IntBuffer sources, in glGetDebugMessageLog()
34 int[] sources, in glGetDebugMessageLog()
47 java.nio.IntBuffer sources, in glGetDebugMessageLog()
DglGetDebugMessageLogKHR.java6 int[] sources, in glGetDebugMessageLogKHR()
23 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR()
34 int[] sources, in glGetDebugMessageLogKHR()
47 java.nio.IntBuffer sources, in glGetDebugMessageLogKHR()
/frameworks/base/media/java/android/media/
DAudioPatch.java41 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { in AudioPatch()
51 public AudioPortConfig[] sources() { in sources() method in AudioPatch
DHwAudioSource.java167 AudioPortConfig[] sources = patch.sources(); in getDeviceId() local
/frameworks/native/services/inputflinger/dispatcher/
DLatencyTracker.cpp76 std::set<InputDeviceUsageSource> sources = in trackListener() local
82 std::set<InputDeviceUsageSource> sources = getUsageSourcesForMotionArgs(*motionArgs); in trackListener() local
92 const std::set<InputDeviceUsageSource>& sources, in trackListener()
DInputEventTimeline.cpp71 const std::set<InputDeviceUsageSource>& sources, in InputEventTimeline()
DInputEventTimeline.h107 const std::set<InputDeviceUsageSource> sources; member
/frameworks/base/core/proto/android/view/
Dinsetsstate.proto31 repeated InsetsSourceProto sources = 1; field
/frameworks/compile/libbcc/lib/
DRSScriptGroupFusion.cpp91 int getFusedFuncSig(const std::vector<Source*>& sources, in getFusedFuncSig()
134 const std::vector<Source*>& sources, in getFusedFuncType()
177 const std::vector<Source *>& sources, in fuseKernels()
/frameworks/base/services/core/jni/gnss/
DGnssConfiguration.h77 hardware::hidl_vec<T_BlocklistSource> sources; in getBlocklistedSources() local
DGnssConfiguration.cpp115 auto sources = in setBlocklist() local
191 auto sources = getBlocklistedSources<BlocklistedSource_V1_1, in setBlocklist() local
236 auto sources = getBlocklistedSources<BlocklistedSource_V2_1, in setBlocklist() local
/frameworks/native/services/inputflinger/
DInputDeviceMetricsSource.cpp67 std::set<InputDeviceUsageSource> sources; in getUsageSourcesForMotionArgs() local
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioRoute.h41 void setSources(const PolicyAudioPortVector &sources) { mSources = sources; } in setSources()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp206 std::vector<const GLFrame*> sources; in CopyPixelsFrom() local
377 std::vector<const GLFrame*> sources; in ReadTexturePixels() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/
DDefaultShortcutCategoriesRepository.kt62 private val sources = in <lambda>() constant
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java194 private String sourcesToString(Collection<Integer> sources) { in sourcesToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DEmergencyNumberStats.java167 private int[] getMappedSources(List<Integer> sources) { in getMappedSources()
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
DEndToEndTest.kt148 val sources = mutableMapOf<String, String>() in <lambda>() constant
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp163 const ResourceName& name, const std::vector<std::unique_ptr<ISymbolSource>>& sources) { in FindByName()
174 ResourceId id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) { in FindById()
/frameworks/native/services/inputflinger/reader/
DMacros.h118 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) { in sourcesMatchMask()
/frameworks/base/tools/processors/intdef_mappings/test/android/processor/
DIntDefProcessorTest.kt52 val sources: Array<JavaFileObject> = arrayOf( in annotationProcessorGeneratesMapping() constant
/frameworks/av/media/libmedia/include/media/
DPatchBuilder.h96 PortCfgs sources() { return PortCfgs(&mPatch.num_sources, mPatch.sources); } in sources() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DLatencyTrackerFuzzer.cpp81 std::set<InputDeviceUsageSource> sources = { in LLVMFuzzerTestOneInput() local
/frameworks/base/telephony/java/android/telephony/emergency/
DEmergencyNumber.java462 List<Integer> sources = new ArrayList<>(); in getEmergencyNumberSources() local
479 public boolean isFromSources(@EmergencyNumberSources int sources) { in isFromSources()

123