OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInputBufferSize
(Results
1 - 7
of
7
) sorted by null
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DeflateUncompressor.java
72
public int
getInputBufferSize
() {
DeflateCompressor.java
140
public int
getInputBufferSize
() {
/frameworks/av/media/libaudiohal/impl/
DeviceHalHidl.cpp
213
status_t DeviceHalHidl::
getInputBufferSize
(
219
Return<void> ret = mDevice->
getInputBufferSize
(
227
return processReturn("
getInputBufferSize
", ret, retval);
DeviceHalLocal.cpp
99
status_t DeviceHalLocal::
getInputBufferSize
(
/frameworks/av/media/libaudioclient/
AudioSystem.cpp
392
status_t AudioSystem::
getInputBufferSize
(uint32_t sampleRate, audio_format_t format,
399
return afc->
getInputBufferSize
(sampleRate, format, channelMask, buffSize);
639
status_t AudioSystem::AudioFlingerClient::
getInputBufferSize
(
651
size_t inBuffSize = af->
getInputBufferSize
(sampleRate, format, channelMask);
653
ALOGE("AudioSystem::
getInputBufferSize
failed sampleRate %d format %#x channelMask %#x",
[
all
...]
IAudioFlinger.cpp
380
virtual size_t
getInputBufferSize
(uint32_t sampleRate, audio_format_t format,
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 426 milliseconds