Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h378 T moveStringsInternal(char* _Nullable* _Nonnull strings, int32_t bufferSizeBytes) { in moveStringsInternal() function
401 *vec = moveStringsInternal<std::vector<std::string>>(strings, bytes); in getStringVector()
435 return moveStringsInternal<std::set<std::string>>(keys, bytes); in getKeys()