Home
last modified time | relevance | path

Searched defs:sources (Results 26 – 50 of 113) sorted by relevance

12345

/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp206 std::vector<const GLFrame*> sources; in CopyPixelsFrom() local
377 std::vector<const GLFrame*> sources; in ReadTexturePixels() local
/aosp12/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_java.py58 def __init__(self, sources, javac, temp_dir, classes_dir): argument
/aosp12/art/test/971-iface-super/util-src/
H A Dgenerate_java.py58 def __init__(self, sources, javac, temp_dir, classes_dir): argument
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationuserinput_fuzzer/
H A Dnotificationuserinput_fuzzer.cpp33 uint8_t sources = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/aosp12/hardware/interfaces/gnss/1.1/vts/functional/
H A Dgnss_hal_test_cases.cpp272 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dsource_map.h41 std::string sources; member
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
H A DSmartUpdateMediatorLiveData.kt62 private val sources = mutableListOf<SmartUpdateMediatorLiveData<*>>() regex
/aosp12/frameworks/native/services/inputflinger/reader/
H A DMacros.h78 static inline bool sourcesMatchMask(uint32_t sources, uint32_t sourceMask) { in sourcesMatchMask()
/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_suspend_controller_test.cpp327 std::shared_ptr<SuspendSources> sources = SuspendSourceParser::ParseSources(); variable
/aosp12/frameworks/base/telephony/java/android/telephony/emergency/
H A DEmergencyNumber.java447 List<Integer> sources = new ArrayList<>(); in getEmergencyNumberSources() local
464 public boolean isFromSources(@EmergencyNumberSources int sources) { in isFromSources()
/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DEndToEndTest.kt96 val sources = mutableMapOf<String, String>() regex
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.h47 std::string sources; // ets page member
/aosp12/hardware/interfaces/gnss/aidl/vts/
H A Dgnss_hal_test_cases.cpp500 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/av/media/libmedia/include/media/
H A DPatchBuilder.h96 PortCfgs sources() { return PortCfgs(&mPatch.num_sources, mPatch.sources); } in sources() function
/aosp12/frameworks/base/tools/aapt2/process/
H A 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()
/aosp12/frameworks/base/media/java/android/media/
H A DHwAudioSource.java160 AudioPortConfig[] sources = patch.sources(); in getDeviceId() local
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h46 std::string sources; member
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DLocaleUtils.java148 public static <T> void filterByLanguage( in filterByLanguage()
/aosp12/hardware/interfaces/gnss/2.1/vts/functional/
H A Dgnss_hal_test_cases.cpp440 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
574 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
658 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_P() local
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp311 std::string sources = targetMap.sources_[0].substr(REAL_SOURCE_INDEX, in Find() local
385 std::string SourceMap::GetRelativePath(const std::string& sources) in GetRelativePath()
480 std::string sources = isModular_ ? mapInfo.sources : GetRelativePath(mapInfo.sources); in GetSourceInfo() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMergeAlbum.java52 Path path, Comparator<MediaItem> comparator, MediaSet[] sources, int bucketId) { in LocalMergeAlbum()
/aosp12/hardware/interfaces/gnss/2.0/vts/functional/
H A Dgnss_hal_test_cases.cpp653 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local
777 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local
851 hidl_vec<IGnssConfiguration_1_1::BlacklistedSource> sources; in TEST_P() local
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DDevice.cpp322 Return<void> Device::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in openOutputStream()
331 AudioPatchHandle patch, const hidl_vec<AudioPortConfig>& sources, in openOutputStream()
560 const hidl_vec<AudioPortConfig>& sources, in openOutputStream()
H A DPrimaryDevice.cpp116 Return<void> PrimaryDevice::createAudioPatch(const hidl_vec<AudioPortConfig>& sources, in createAudioPatch()
189 const hidl_vec<AudioPortConfig>& sources, in updateAudioPatch()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp185 std::vector<std::string> sources; in GetDeviceSourceType() local

12345