Searched refs:audioBytes (Results 1 – 6 of 6) sorted by relevance
68 public long audioBytes; field in StorageStatsSource.ExternalStorageStats76 long totalBytes, long audioBytes, long videoBytes, long imageBytes, long appBytes) { in ExternalStorageStats() argument78 this.audioBytes = audioBytes; in ExternalStorageStats()91 audioBytes = stats.getAudioBytes(); in ExternalStorageStats()
32 /** {@hide} */ public long audioBytes; field in ExternalStorageStats59 return audioBytes; in getAudioBytes()112 this.audioBytes = in.readLong(); in ExternalStorageStats()127 dest.writeLong(audioBytes); in writeToParcel()
407 size_t audioBytes = context->audioDataBytesPerFrame * inBuffer->frameCount; in HapticGenerator_Process() local415 memcpy(outBuffer->raw, inBuffer->raw, audioBytes); in HapticGenerator_Process()457 memcpy_by_audio_format(static_cast<char*>(inBuffer->raw) + audioBytes, in HapticGenerator_Process()
122 mStorageStats.audioBytes = 6L; in testPopulatedLogTask()
471 res.audioBytes = stats[1]; in queryExternalStatsForUser()
9212 Landroid/app/usage/ExternalStorageStats;->audioBytes:J