Searched refs:android_getCpuFeatures (Results 1 – 16 of 16) sorted by relevance
100 uint64_t features = android_getCpuFeatures(); in _cpu_check_features()104 uint64_t features = android_getCpuFeatures(); in _cpu_check_features()
30 // android_getCpuFeatures which isn't available to us anyway.
14 return android_getCpuFeatures(); in WebRtc_GetCPUFeaturesARM()
38 (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0; in png_have_neon()
7 printf("android_getCpuFeatures()=0x%08llx\n", android_getCpuFeatures()); in main()
62 extern uint64_t android_getCpuFeatures(void);
171 uint64_t android_getCpuFeatures(void) { in android_getCpuFeatures() function
18 return android_getCpuFeatures(); in JNI_CpuFeatures_GetCpuFeatures()
101 features = android_getCpuFeatures(); in aom_arm_cpu_caps()
105 features = android_getCpuFeatures(); in arm_cpu_caps()
111 uint64_t cpu_features = android_getCpuFeatures(); in read_cpu_features()
180 const uint64_t cpu_features = android_getCpuFeatures(); in AndroidCPUInfo()
142 uint64_t cpu_features = android_getCpuFeatures(); in read_cpu_features()
401 uint64_t cpu_features = android_getCpuFeatures(); in check_os_arm_support()
85 if (!(android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON)) return 0; in convert_16_to_8_neon()