Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/binder/ndk/
H A Dpersistable_bundle.cpp167 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getString()
211 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getStringVector()
231 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getBooleanKeys()
239 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getIntKeys()
247 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getLongKeys()
255 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getDoubleKeys()
263 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getStringKeys()
271 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getBooleanVectorKeys()
279 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getIntVectorKeys()
287 APersistableBundle_stringAllocator stringAllocator, in APersistableBundle_getLongVectorKeys()
[all …]
H A Dpersistable_bundle_internal.h53 APersistableBundle_stringAllocator stringAllocator, in getStringsInternal()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h301 static char* _Nullable stringAllocator(int32_t bufferSizeBytes, void* _Nullable) { in stringAllocator() function
425 APersistableBundle_stringAllocator stringAllocator, in getKeys()
/aosp_15_r20/frameworks/native/libs/binder/ndk/include_cpp/android/
H A Dpersistable_bundle_aidl.h298 static char* _Nullable stringAllocator(int32_t bufferSizeBytes, void* _Nullable) { in stringAllocator() function
422 APersistableBundle_stringAllocator stringAllocator, in getKeys()
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_persistable_bundle.cpp111 static char* stringAllocator(int32_t bufferSizeBytes, void*) { in stringAllocator() function