Searched defs:bufferSizeBytes (Results 1 – 5 of 5) sorted by relevance
| /frameworks/native/libs/binder/ndk/ |
| D | persistable_bundle.cpp | 182 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 …]
|
| D | persistable_bundle_internal.h | 27 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/ |
| D | persistable_bundle_aidl.h | 298 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/ |
| D | AudioEndpoint.cpp | 174 size_t bufferSizeBytes = descriptor.capacityInFrames * descriptor.bytesPerFrame; in configureDataQueue() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
| D | ScreenInternalAudioRecorder.java | 73 public int bufferSizeBytes = 1 << 17; field in ScreenInternalAudioRecorder.Config
|