/hardware/libhardware/modules/audio_remote_submix/tests/ |
D | remote_submix_tests.cpp | 100 void RemoteSubmixTest::GenerateData(char* buffer, size_t bufferSize) { in GenerateData() 133 audio_stream_in_t* streamIn, char* buffer, size_t bufferSize) { in ReadFromStream() 138 void RemoteSubmixTest::VerifyBufferAllZeroes(char* buffer, size_t bufferSize) { in VerifyBufferAllZeroes() 147 void RemoteSubmixTest::VerifyBufferNotZeroes(char* buffer, size_t bufferSize) { in VerifyBufferNotZeroes() 173 audio_stream_out_t* streamOut, const char* buffer, size_t bufferSize) { in WriteIntoStream() 179 audio_stream_out_t* streamOut, size_t bufferSize, size_t repeats) { in WriteSomethingIntoStream() 219 const size_t bufferSize = 1024; in TEST_F() local 234 const size_t bufferSize = 1024; in TEST_F() local 284 const size_t bufferSize = 1024; in TEST_F() local 297 const size_t bufferSize = 1024; in TEST_F() local [all …]
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 206 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 size_t bufferSize) { in alloc_impl() 329 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 365 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gpu.cpp | 204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 unsigned int bufferSize) { in alloc_impl() 351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 389 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 192 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 247 size_t bufferSize) { in alloc_impl() 316 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 352 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 209 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 264 unsigned int bufferSize) { in alloc_impl() 331 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 368 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 unsigned int bufferSize) { in alloc_impl() 351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 389 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.cpp | 206 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 263 unsigned int bufferSize) { in alloc_impl() 353 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 390 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.cpp | 225 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 282 unsigned int bufferSize) { in alloc_impl() 358 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 395 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioHardwareALSA.cpp | 911 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; in openOutputStream() local 1010 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; in openOutputSession() local 1129 unsigned long bufferSize; in openInputStream() local 1210 unsigned long bufferSize = MIN_CAPTURE_BUFFER_SIZE_PER_CH; in openInputStream() local 1412 size_t bufferSize = 0; in getInputBufferSize() local 1435 unsigned long bufferSize = FM_BUFFER_SIZE; in handleFm() local 1532 unsigned long bufferSize = DEFAULT_VOICE_BUFFER_SIZE; in enableVoiceCall() local
|
D | ALSAStreamOps.cpp | 303 size_t ALSAStreamOps::bufferSize() const in bufferSize() function in android_audio_legacy::ALSAStreamOps
|
D | AudioHardwareALSA.h | 176 unsigned int bufferSize; // Size of sample buffer member 303 virtual size_t bufferSize() const in bufferSize() function 359 virtual size_t bufferSize() const in bufferSize() function
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.h | 34 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 51 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
D | AudioHardwareGeneric.h | 51 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 85 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
D | A2dpAudioInterface.h | 87 virtual size_t bufferSize() const { return 512 * 20; } in bufferSize() function
|
D | AudioDumpInterface.cpp | 318 size_t AudioStreamOutDump::bufferSize() const in bufferSize() function in android::AudioStreamOutDump 521 size_t AudioStreamInDump::bufferSize() const in bufferSize() function in android::AudioStreamInDump
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 121 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 263 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free() local
|
/hardware/google/pixel/perfstatsd/include/ |
D | statstype.h | 38 size_t bufferSize() { return mBuffer.size(); } in bufferSize() function
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | Demux.cpp | 58 Return<void> Demux::openFilter(const DemuxFilterType& type, uint32_t bufferSize, in openFilter() 130 Return<void> Demux::openDvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, in openDvr()
|
D | Dvr.cpp | 33 Dvr::Dvr(DvrType type, uint32_t bufferSize, const sp<IDvrCallback>& cb, sp<Demux> demux) { in Dvr()
|
D | Filter.cpp | 33 Filter::Filter(DemuxFilterType type, uint32_t filterId, uint32_t bufferSize, in Filter()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.h | 62 size_t bufferSize; member
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 134 size_t bufferSize = std::max<size_t>(op.data.size(), 1); in createRequest() local
|
/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.cpp | 189 int bufferSize = maxCount <= kPollMaxBufferSize ? maxCount : kPollMaxBufferSize; in poll() local
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_mgr.cpp | 265 unsigned int bufferSize, bool testAlloc) { in AllocateBuffer()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_mgr.cpp | 303 unsigned int bufferSize) { in AllocateBuffer()
|