Home
last modified time | relevance | path

Searched defs:bufferSizeBytes (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp182 bool* buffer, int32_t bufferSizeBytes) { in APersistableBundle_getBooleanVector()
189 int32_t* buffer, int32_t bufferSizeBytes) { in APersistableBundle_getIntVector()
196 int64_t* buffer, int32_t bufferSizeBytes) { in APersistableBundle_getLongVector()
203 double* buffer, int32_t bufferSizeBytes) { in APersistableBundle_getDoubleVector()
210 char** vec, int32_t bufferSizeBytes, in APersistableBundle_getStringVector()
230 int32_t bufferSizeBytes, in APersistableBundle_getBooleanKeys()
238 int32_t bufferSizeBytes, in APersistableBundle_getIntKeys()
246 int32_t bufferSizeBytes, in APersistableBundle_getLongKeys()
254 int32_t bufferSizeBytes, in APersistableBundle_getDoubleKeys()
262 int32_t bufferSizeBytes, in APersistableBundle_getStringKeys()
[all …]
Dpersistable_bundle_internal.h27 int32_t getVecInternal(const std::vector<T>& inVec, T* _Nullable buffer, int32_t bufferSizeBytes) { in getVecInternal()
52 int32_t bufferSizeBytes, in getStringsInternal()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h298 static char* _Nullable stringAllocator(int32_t bufferSizeBytes, void* _Nullable) { in stringAllocator()
374 T moveStringsInternal(char* _Nullable* _Nonnull strings, int32_t bufferSizeBytes) const { in moveStringsInternal()
421 int32_t bufferSizeBytes, in getKeys()
/frameworks/av/media/libaaudio/src/client/
DAudioEndpoint.cpp174 size_t bufferSizeBytes = descriptor.capacityInFrames * descriptor.bytesPerFrame; in configureDataQueue() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenInternalAudioRecorder.java73 public int bufferSizeBytes = 1 << 17; field in ScreenInternalAudioRecorder.Config