HomeSort by relevance Sort by last modified time
    Searched refs:android_getCpuCount (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/base/android/
cpu_features.cc 14 return android_getCpuCount();
  /external/webp/src/dsp/
cpu-features.h 52 extern int android_getCpuCount(void);
cpu-features.c 392 android_getCpuCount(void)
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.h 52 extern int android_getCpuCount(void);
cpu-features.c 392 android_getCpuCount(void)
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c 15 count = android_getCpuCount();
22 // android_getCpuCount / android_getCpuFeatures.
test_android_setCpu_1.c 16 // and that android_getCpuCount() and android_getCpuFeatures()
25 count = android_getCpuCount();
32 panic("android_getCpuCount() didn't return expected value!");
test_android_setCpuArm_1.c 21 // and that android_getCpuCount() and android_getCpuFeatures()
30 count = android_getCpuCount();
38 panic("android_getCpuCount() didn't return expected value!");
test_cpufeatures.c 81 int count = android_getCpuCount();
  /ndk/sources/android/cpufeatures/
cpu-features.h 178 extern int android_getCpuCount(void);
cpu-features.c 844 android_getCpuCount(void)
    [all...]

Completed in 98 milliseconds