Home
last modified time | relevance | path

Searched refs:bufferCapacity (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libaaudio/tests/
Dtest_open_params.cpp64 int32_t bufferCapacity; in testOpenOptions() local
124 bufferCapacity = AAudioStream_getBufferCapacityInFrames(aaudioStream); in testOpenOptions()
126 bufferCapacity, bufferCapacity % framesPerBurst); in testOpenOptions()
Dtest_recovery.cpp48 int32_t bufferCapacity; in main() local
97 bufferCapacity = AAudioStream_getBufferCapacityInFrames(aaudioStream); in main()
99 bufferCapacity, framesPerBurst); in main()
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityMetrics.java120 public int bufferCapacity() { in bufferCapacity() method in IpConnectivityMetrics
127 mCapacity = bufferCapacity(); in initBuffer()
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine.cpp47 int32_t bufferCapacity = 0; in main() local
/frameworks/base/services/
Dart-profile9522 PLcom/android/server/connectivity/IpConnectivityMetrics;->bufferCapacity()I