HomeSort by relevance Sort by last modified time
    Searched refs:KERNEL_VERSION (Results 76 - 89 of 89) sorted by null

1 2 34

  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
media.h 25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
  /external/vboot_reference/scripts/image_signing/
sign_official_build.sh 93 KERNEL_VERSION=1
331 --version "${KERNEL_VERSION}" \
635 --version "${KERNEL_VERSION}" \
709 KERNEL_VERSION=$(sed -n 's#^kernel_version=\(.*\)#\1#pg' ${VERSION_FILE})
712 echo "Using kernel version: ${KERNEL_VERSION}"
  /system/core/include/usbhost/
usbhost.h 27 #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 20)
  /external/strace/
mtd.c 33 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 3, 0)
38 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 7, 0)
defs.h 458 #undef KERNEL_VERSION
459 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
strace.c     [all...]
  /external/valgrind/VEX/test/
test-amd64.c 963 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66)
    [all...]
test-i386.c 925 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 66)
    [all...]

Completed in 962 milliseconds

1 2 34