Home
last modified time | relevance | path

Searched defs:supported (Results 1 – 25 of 191) sorted by relevance

12345678

/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverPartial.cpp39 std::vector<bool> supported = getSupportedOperationsImpl(model); in getSupportedOperations_1_3() local
42 std::vector<bool> supported; in getSupportedOperations_1_3() local
53 std::vector<bool> supported = getSupportedOperationsImpl(model); in prepareModel_1_3() local
H A DSampleDriverFull.cpp48 std::vector<bool> supported(count, true); in getSupportedOperations_1_3() local
55 std::vector<bool> supported; in getSupportedOperations_1_3() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowConnectivityManager.java33 public void setNetworkSupported(int networkType, boolean supported) { in setNetworkSupported()
42 public void setTetheringSupported(boolean supported) { in setTetheringSupported()
H A DShadowRotationPolicy.java52 public static void setRotationSupported(boolean supported) { in setRotationSupported()
/aosp12/system/vold/
H A Dvdc.cpp142 bool supported = false; in main() local
147 bool supported = false; in main() local
151 bool supported = false; in main() local
/aosp12/hardware/interfaces/power/aidl/vts/
H A DVtsHalPowerTargetTest.cpp115 bool supported; in TEST_P() local
119 bool supported; in TEST_P() local
141 bool supported; in TEST_P() local
145 bool supported; in TEST_P() local
211 bool supported; in TEST_P() local
/aosp12/system/keymaster/android_keymaster/
H A Doperation.cpp23 bool OperationFactory::supported(keymaster_padding_t padding) const { in supported() function in keymaster::OperationFactory
31 bool OperationFactory::supported(keymaster_block_mode_t block_mode) const { in supported() function in keymaster::OperationFactory
39 bool OperationFactory::supported(keymaster_digest_t digest) const { in supported() function in keymaster::OperationFactory
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPowerExt.cpp53 bool supported = mHintManager->IsHintSupported(mode); in isModeSupported() local
74 bool supported = mHintManager->IsHintSupported(boost); in isBoostSupported() local
H A DPower.cpp183 bool supported = mHintManager->IsHintSupported(toString(type)); in isModeSupported() local
230 bool supported = mHintManager->IsHintSupported(toString(type)); in isBoostSupported() local
/aosp12/hardware/interfaces/automotive/can/1.0/vts/functional/
H A DVtsHalCanControllerV1_0TargetTest.cpp84 const auto supported = getSupportedInterfaceTypes(); in isSupported() local
131 const auto supported = getSupportedInterfaceTypes(); in TEST_P() local
271 auto supported = in TEST_P() local
287 auto supported = up(InterfaceType::SLCAN, name, "", ICanController::Result::BAD_INTERFACE_ID); in TEST_P() local
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dtagged_control_options_test.cpp66 bool supported = true; in TEST_F() local
74 bool supported = false; in TEST_F() local
/aosp12/hardware/interfaces/vibrator/aidl/vts/
H A DVtsHalVibratorTargetTest.cpp234 std::vector<Effect> supported; in TEST_P() local
261 std::vector<Effect> supported; in TEST_P() local
390 std::vector<CompositePrimitive> supported; in TEST_P() local
408 std::vector<CompositePrimitive> supported; in TEST_P() local
429 std::vector<CompositePrimitive> supported; in TEST_P() local
463 std::vector<CompositePrimitive> supported; in TEST_P() local
567 std::vector<CompositePrimitive> supported; in TEST_P() local
615 std::vector<Effect> supported; in TEST_P() local
706 std::vector<Braking> supported; in TEST_P() local
722 std::vector<Braking> supported; in TEST_P() local
[all …]
/aosp12/frameworks/base/core/jni/
H A Dfilesystem_utils.h30 std::string supported; in IsFilesystemSupported() local
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DPictureSizeCalculator.java112 private Size getSmallestSupportedSizeContainingTarget(List<Size> supported, Size target) { in getSmallestSupportedSizeContainingTarget()
160 private Size getLargestSupportedSize(List<Size> supported) { in getLargestSupportedSize()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraSettings.java100 List<Size> supported = parameters.getSupportedPictureSizes(); in initialCameraPictureSize() local
121 String candidate, List<Size> supported, Parameters parameters) { in setCameraPictureSize()
253 ListPreference pref, List<String> supported) { in filterUnsupportedOptions()
456 ArrayList<String> supported = new ArrayList<String>(); in getSupportedVideoQuality() local
481 ArrayList<String> supported = new ArrayList<String>(); in initVideoEffect() local
/aosp12/system/core/fs_mgr/libfiemap/
H A Dutility.cpp99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate()
151 bool FilesystemHasReliablePinning(const std::string& file, bool* supported) { in FilesystemHasReliablePinning()
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioActivity.java192 public void setProgramListSupported(boolean supported) { in setProgramListSupported()
201 public void setSupportedProgramTypes(@NonNull List<ProgramType> supported) { in setSupportedProgramTypes()
H A DBandController.java40 public void setSupportedProgramTypes(@NonNull List<ProgramType> supported) { in setSupportedProgramTypes()
/aosp12/bionic/libc/platform/bionic/
H A Dmte.h42 static bool supported = getauxval(AT_HWCAP2) & HWCAP2_MTE; in mte_supported() local
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCarFeatures.java59 Boolean supported = mCachedFeatures.get(featureName); in isFeatureEnabled() local
/aosp12/hardware/interfaces/vibrator/aidl/default/
H A DVibrator.cpp128 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive>* supported) { in getSupportedPrimitives()
141 std::vector<CompositePrimitive> supported; in getPrimitiveDuration() local
160 std::vector<CompositePrimitive> supported; in compose() local
259 ndk::ScopedAStatus Vibrator::getSupportedBraking(std::vector<Braking> *supported) { in getSupportedBraking()
/aosp12/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUtil.java160 public static Size getPhotoSize(String sizeSetting, List<Size> supported, int cameraId) { in getPhotoSize()
180 private static Size getCameraPictureSize(String sizeSetting, List<Size> supported, in getCameraPictureSize()
194 static SelectedPictureSizes getSelectedCameraPictureSizes(List<Size> supported, int cameraId) { in getSelectedCameraPictureSizes()
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriverFloatFast.cpp64 std::vector<bool> supported(count); in getSupportedOperationsImpl() local
H A DSampleDriverFloatSlow.cpp63 std::vector<bool> supported(count); in getSupportedOperationsImpl() local
H A DSampleDriverMinimal.cpp62 std::vector<bool> supported(count); in getSupportedOperationsImpl() local

12345678