HomeSort by relevance Sort by last modified time
    Searched defs:STA_MODE (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
timex.h 100 #define STA_MODE 0x4000
102 #define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 281 return startVendorHal(STA_MODE);
284 public static final boolean STA_MODE = true;
    [all...]

Completed in 1390 milliseconds

12