Searched defs:maxResponseSize (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/android/media/ |
H A D | IEffect.aidl | 49 int command(int cmdCode, in byte[] cmdData, int maxResponseSize, out byte[] response); in command()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/effect-aidl-cpp-source/gen/include/android/media/ |
D | BnEffect.h | 42 … command(int32_t cmdCode, const ::std::vector<uint8_t>& cmdData, int32_t maxResponseSize, ::std::v… in command()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/effect-aidl-cpp-source/gen/android/media/ |
D | IEffect.cpp | 95 …:command(int32_t cmdCode, const ::std::vector<uint8_t>& cmdData, int32_t maxResponseSize, ::std::v… in command()
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | Effects.cpp | 2030 int32_t maxResponseSize, in command()
|