Home
last modified time | relevance | path

Searched defs:outKeys (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp228 int32_t APersistableBundle_getBooleanKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getBooleanKeys()
236 int32_t APersistableBundle_getIntKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getIntKeys()
244 int32_t APersistableBundle_getLongKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getLongKeys()
252 int32_t APersistableBundle_getDoubleKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getDoubleKeys()
260 int32_t APersistableBundle_getStringKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getStringKeys()
268 int32_t APersistableBundle_getBooleanVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getBooleanVectorKeys()
276 int32_t APersistableBundle_getIntVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getIntVectorKeys()
284 int32_t APersistableBundle_getLongVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getLongVectorKeys()
292 int32_t APersistableBundle_getDoubleVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getDoubleVectorKeys()
300 int32_t APersistableBundle_getStringVectorKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getStringVectorKeys()
[all …]
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h424 char* _Nullable* _Nullable outKeys, in getKeys()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp1351 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) { in getLayerGenericMetadataKeys()
/frameworks/base/tools/aapt/
DResourceTable.cpp2491 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys()