HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 976 - 1000 of 2455) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /system/netd/server/
BandwidthController.cpp 574 ALOGE("Invalid bytes value. 1..max_int64.");
685 ALOGE("Invalid bytes value. 1..max_int64.");
743 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) {
744 return getInterfaceQuota("shared", bytes);
747 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) {
762 scanRes = fscanf(fp, "%" SCNd64, bytes);
763 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes);
801 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) {
817 fprintf(fp, "%" PRId64"\n", bytes);
1106 int64_t packets, bytes; local
    [all...]
  /system/security/keystore/
IKeystoreService.cpp 1658 const uint8_t* bytes = NULL; local
    [all...]