/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
H A 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
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioPatch.java | 41 AudioPatch(AudioHandle patchHandle, AudioPortConfig[] sources, AudioPortConfig[] sinks) { in AudioPatch() 51 public AudioPortConfig[] sources() { in sources() method in AudioPatch
|
/aosp12/frameworks/base/core/proto/android/view/ |
H A D | insetsstate.proto | 31 repeated InsetsSourceProto sources = 1; field
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/ |
H A D | Makefile.am | 82 sources = src/omx_video_base.cpp macro
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarAudioManagerTest.java | 45 String[] sources = mCarAudioManager.getExternalSources(); in testGetExternalSources() local
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/ |
H A D | Makefile.am | 76 sources = src/omx_video_base.cpp macro
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/ |
H A D | Makefile.am | 64 sources = src/omx_video_base.cpp macro
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/ |
H A D | Makefile.am | 70 sources = src/omx_video_base.cpp macro
|
/aosp12/frameworks/base/services/core/jni/gnss/ |
H A D | GnssConfiguration.h | 77 hardware::hidl_vec<T_BlocklistSource> sources; in getBlocklistedSources() local
|
H A 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
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A 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()
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioRoute.h | 41 void setSources(const PolicyAudioPortVector &sources) { mSources = sources; } in setSources()
|
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
H A D | PolicyConfig.cpp | 174 const auto sources = splitString(route.getSources(), ','); in getSinkDevicesForMixPort() local 193 const auto sources = splitString(route->getSources(), ','); in getSourceDevicesForMixPort() local
|
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
H A D | VideoPauseTracker.java | 194 private String sourcesToString(Collection<Integer> sources) { in sourcesToString()
|
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_frame.cpp | 206 std::vector<const GLFrame*> sources; in CopyPixelsFrom() local 377 std::vector<const GLFrame*> sources; in ReadTexturePixels() local
|
/aosp12/hardware/interfaces/gnss/1.1/vts/functional/ |
H A D | gnss_hal_test_cases.cpp | 272 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
|
/aosp12/art/test/968-default-partial-compile-gen/util-src/ |
H A D | generate_java.py | 58 def __init__(self, sources, javac, temp_dir, classes_dir): argument
|
/aosp12/art/test/971-iface-super/util-src/ |
H A D | generate_java.py | 58 def __init__(self, sources, javac, temp_dir, classes_dir): argument
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
H A D | SmartUpdateMediatorLiveData.kt | 62 private val sources = mutableListOf<SmartUpdateMediatorLiveData<*>>() regex
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | Macros.h | 78 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) { in sourcesMatchMask()
|
/aosp12/frameworks/base/telephony/java/android/telephony/emergency/ |
H A D | EmergencyNumber.java | 447 List<Integer> sources = new ArrayList<>(); in getEmergencyNumberSources() local 464 public boolean isFromSources(@EmergencyNumberSources int sources) { in isFromSources()
|
/aosp12/hardware/interfaces/gnss/aidl/vts/ |
H A D | gnss_hal_test_cases.cpp | 500 std::vector<BlocklistedSource> sources; in TEST_P() local 630 hidl_vec<BlocklistedSource> sources; in TEST_P() local 710 hidl_vec<BlocklistedSource> sources; in TEST_P() local
|
/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | EndToEndTest.kt | 96 val sources = mutableMapOf<String, String>() regex
|