Searched defs:outKeys (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/ndk/ |
D | persistable_bundle.cpp | 228 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/ |
D | persistable_bundle_aidl.h | 424 char* _Nullable* _Nullable outKeys, in getKeys()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HidlComposerHal.cpp | 1351 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) { in getLayerGenericMetadataKeys()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 2491 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys()
|