Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dpersistable_bundle.cpp228 int32_t APersistableBundle_getBooleanKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getBooleanKeys() argument
233 return getStringsInternal<std::set<android::String16>>(ret, outKeys, bufferSizeBytes, in APersistableBundle_getBooleanKeys()
236 int32_t APersistableBundle_getIntKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getIntKeys() argument
241 return getStringsInternal<std::set<android::String16>>(ret, outKeys, bufferSizeBytes, in APersistableBundle_getIntKeys()
244 int32_t APersistableBundle_getLongKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getLongKeys() argument
249 return getStringsInternal<std::set<android::String16>>(ret, outKeys, bufferSizeBytes, in APersistableBundle_getLongKeys()
252 int32_t APersistableBundle_getDoubleKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getDoubleKeys() argument
257 return getStringsInternal<std::set<android::String16>>(ret, outKeys, bufferSizeBytes, in APersistableBundle_getDoubleKeys()
260 int32_t APersistableBundle_getStringKeys(const APersistableBundle* pBundle, char** outKeys, in APersistableBundle_getStringKeys() argument
265 return getStringsInternal<std::set<android::String16>>(ret, outKeys, bufferSizeBytes, in APersistableBundle_getStringKeys()
[all …]
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dpersistable_bundle.h632 char* _Nullable* _Nullable outKeys,
665 char* _Nullable* _Nullable outKeys, int32_t bufferSizeBytes,
697 char* _Nullable* _Nullable outKeys, int32_t bufferSizeBytes,
729 char* _Nullable* _Nullable outKeys,
762 char* _Nullable* _Nullable outKeys,
795 char* _Nullable* _Nullable outKeys,
828 char* _Nullable* _Nullable outKeys,
861 char* _Nullable* _Nullable outKeys,
893 char* _Nullable* _Nullable outKeys,
926 char* _Nullable* _Nullable outKeys,
[all …]
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h424 char* _Nullable* _Nullable outKeys, in getKeys() argument
/frameworks/native/services/surfaceflinger/DisplayHardware/
DAidlComposerHal.h221 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) override;
DComposerHal.h277 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) = 0;
DHidlComposerHal.h324 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) override;
DHidlComposerHal.cpp1351 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) { in getLayerGenericMetadataKeys() argument
1363 *outKeys = tmpKeys; in getLayerGenericMetadataKeys()
/frameworks/base/tools/aapt/
DResourceTable.h282 virtual bool getAttributeKeys(uint32_t attrID, Vector<String16>* outKeys);
DResourceTable.cpp2491 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() argument
2499 outKeys->add(key); in getAttributeKeys()