Home
last modified time | relevance | path

Searched refs:kBufferCount (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/audio/2.0/default/
DA2dpSoftwareAudioProvider.cpp40 static constexpr uint32_t kBufferCount = 2; // double buffer variable
41 static constexpr uint32_t kDataMqSize = kBufferSize * kBufferCount;
DHearingAidAudioProvider.cpp40 static constexpr uint32_t kBufferCount = 1; // single buffer variable
41 static constexpr uint32_t kDataMqSize = kBufferSize * kBufferCount;
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp117 constexpr uint32_t kBufferCount = 1; in allocate() local
124 } else if (buffers.size() != kBufferCount) { in allocate()
126 kBufferCount); in allocate()
132 mAllocator->allocate(descriptor, kBufferCount, callback); in allocate()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp51 constexpr int32_t kBufferCount = 16; variable
130 this, dataSpace, kBufferCount, in init()
137 for (int32_t i = 0; i < kBufferCount; ++i) { in init()