/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTest.java | 70 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/ |
D | glGetDebugMessageLog.java | 6 int[] sources, in glGetDebugMessageLog() 23 java.nio.IntBuffer sources, in glGetDebugMessageLog() 34 int[] sources, in glGetDebugMessageLog() 47 java.nio.IntBuffer sources, in glGetDebugMessageLog()
|
D | glGetDebugMessageLogKHR.java | 6 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/ |
D | AudioPatch.java | 41 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { in AudioPatch() 51 public AudioPortConfig[] sources() { in sources() method in AudioPatch
|
D | HwAudioSource.java | 167 AudioPortConfig[] sources = patch.sources(); in getDeviceId() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | LatencyTracker.cpp | 76 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()
|
D | InputEventTimeline.cpp | 71 const std::set<InputDeviceUsageSource>& sources, in InputEventTimeline()
|
D | InputEventTimeline.h | 107 const std::set<InputDeviceUsageSource> sources; member
|
/frameworks/base/core/proto/android/view/ |
D | insetsstate.proto | 31 repeated InsetsSourceProto sources = 1; field
|
/frameworks/compile/libbcc/lib/ |
D | RSScriptGroupFusion.cpp | 91 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/ |
D | GnssConfiguration.h | 77 hardware::hidl_vec<T_BlocklistSource> sources; in getBlocklistedSources() local
|
D | GnssConfiguration.cpp | 115 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/ |
D | InputDeviceMetricsSource.cpp | 67 std::set<InputDeviceUsageSource> sources; in getUsageSourcesForMotionArgs() local
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioRoute.h | 41 void setSources(const PolicyAudioPortVector &sources) { mSources = sources; } in setSources()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 206 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/ |
D | DefaultShortcutCategoriesRepository.kt | 62 private val sources = in <lambda>() constant
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | VideoPauseTracker.java | 194 private String sourcesToString(Collection<Integer> sources) { in sourcesToString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | EmergencyNumberStats.java | 167 private int[] getMappedSources(List<Integer> sources) { in getMappedSources()
|
/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
D | EndToEndTest.kt | 148 val sources = mutableMapOf<String, String>() in <lambda>() constant
|
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.cpp | 163 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/ |
D | Macros.h | 118 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) { in sourcesMatchMask()
|
/frameworks/base/tools/processors/intdef_mappings/test/android/processor/ |
D | IntDefProcessorTest.kt | 52 val sources: Array<JavaFileObject> = arrayOf( in annotationProcessorGeneratesMapping() constant
|
/frameworks/av/media/libmedia/include/media/ |
D | PatchBuilder.h | 96 PortCfgs sources() { return PortCfgs(&mPatch.num_sources, mPatch.sources); } in sources() function
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | LatencyTrackerFuzzer.cpp | 81 std::set<InputDeviceUsageSource> sources = { in LLVMFuzzerTestOneInput() local
|
/frameworks/base/telephony/java/android/telephony/emergency/ |
D | EmergencyNumber.java | 462 List<Integer> sources = new ArrayList<>(); in getEmergencyNumberSources() local 479 public boolean isFromSources(@EmergencyNumberSources int sources) { in isFromSources()
|