Searched refs:outKeys (Results 1 – 9 of 9) 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() 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/ |
D | persistable_bundle.h | 632 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/ |
D | persistable_bundle_aidl.h | 424 char* _Nullable* _Nullable outKeys, in getKeys() argument
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | AidlComposerHal.h | 221 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) override;
|
D | ComposerHal.h | 277 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) = 0;
|
D | HidlComposerHal.h | 324 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) override;
|
D | HidlComposerHal.cpp | 1351 std::vector<IComposerClient::LayerGenericMetadataKey>* outKeys) { in getLayerGenericMetadataKeys() argument 1363 *outKeys = tmpKeys; in getLayerGenericMetadataKeys()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 282 virtual bool getAttributeKeys(uint32_t attrID, Vector<String16>* outKeys);
|
D | ResourceTable.cpp | 2491 uint32_t attrID, Vector<String16>* outKeys) in getAttributeKeys() argument 2499 outKeys->add(key); in getAttributeKeys()
|