Home
last modified time | relevance | path

Searched refs:stringAllocator (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp166 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getString() argument
172 *val = stringAllocator(tmp8.bytes() + 1, context); in APersistableBundle_getString()
210 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getStringVector() argument
216 stringAllocator, context); in APersistableBundle_getStringVector()
230 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getBooleanKeys() argument
234 stringAllocator, context); in APersistableBundle_getBooleanKeys()
238 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getIntKeys() argument
242 stringAllocator, context); in APersistableBundle_getIntKeys()
246 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getLongKeys() argument
250 stringAllocator, context); in APersistableBundle_getLongKeys()
[all …]
Dpersistable_bundle_internal.h53 APersistableBundle_stringAllocator stringAllocator, in getStringsInternal() argument
63 if (!stringAllocator) { in getStringsInternal()
71 buffer[i] = stringAllocator(tmp8.bytes() + 1, context); in getStringsInternal()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h437 APersistableBundle_stringAllocator stringAllocator,
582 APersistableBundle_stringAllocator stringAllocator,
634 APersistableBundle_stringAllocator stringAllocator,
666 APersistableBundle_stringAllocator stringAllocator,
698 APersistableBundle_stringAllocator stringAllocator,
731 APersistableBundle_stringAllocator stringAllocator,
764 APersistableBundle_stringAllocator stringAllocator,
797 APersistableBundle_stringAllocator stringAllocator,
830 APersistableBundle_stringAllocator stringAllocator,
863 APersistableBundle_stringAllocator stringAllocator,
[all …]
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h302 static char* _Nullable stringAllocator(int32_t bufferSizeBytes, void* _Nullable) { in stringAllocator() function
310 &stringAllocator, nullptr); in getString()
395 &stringAllocator, nullptr); in getStringVector()
400 bytes, &stringAllocator, nullptr); in getStringVector()
426 APersistableBundle_stringAllocator stringAllocator, in getKeys() argument
430 int32_t bytes = getTypedKeys(pBundle, nullptr, 0, &stringAllocator, nullptr); in getKeys()
434 bytes = getTypedKeys(pBundle, keys, bytes, &stringAllocator, nullptr); in getKeys()