Searched refs:PropertyMap (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/libs/utils/
H A DPropertyMap.cpp17 #define LOG_TAG "PropertyMap"
22 #include <utils/PropertyMap.h>
38 // --- PropertyMap ---
40 PropertyMap::PropertyMap() { function in class:android::PropertyMap
43 PropertyMap::~PropertyMap() {
46 void PropertyMap::clear() {
50 void PropertyMap::addProperty(const String8& key, const String8& value) {
54 bool PropertyMap
[all...]
H A DAndroid.mk30 PropertyMap.cpp \
/frameworks/native/include/utils/
H A DPropertyMap.h48 class PropertyMap { class in namespace:android
51 PropertyMap();
52 ~PropertyMap();
75 void addAll(const PropertyMap* map);
81 static status_t load(const String8& filename, PropertyMap** outMap);
85 PropertyMap* mMap;
89 Parser(PropertyMap* map, Tokenizer* tokenizer);
/frameworks/base/include/androidfw/
H A DKeyboard.h24 #include <utils/PropertyMap.h>
55 const PropertyMap* deviceConfiguration);
82 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
/frameworks/base/tools/validatekeymaps/
H A DMain.cpp20 #include <utils/PropertyMap.h>
102 PropertyMap* map;
103 status_t status = PropertyMap::load(String8(filename), &map);
/frameworks/base/services/input/
H A DEventHub.h33 #include <utils/PropertyMap.h>
168 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const = 0;
252 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const;
322 PropertyMap* configuration;
H A DInputReader.h550 inline const PropertyMap& getConfiguration() { return mConfiguration; }
590 PropertyMap mConfiguration;
H A DEventHub.cpp271 void EventHub::getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
1277 status_t status = PropertyMap::load(device->configurationFile,
H A DInputReader.cpp3347 const PropertyMap& in = getDevice()->getConfiguration();
/frameworks/base/libs/androidfw/
H A DKeyboard.cpp43 const PropertyMap* deviceConfiguration) {
153 const PropertyMap* deviceConfiguration, const KeyMap* keyMap) {
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp307 PropertyMap configuration;
362 void addConfigurationMap(int32_t deviceId, const PropertyMap* configuration) {
475 virtual void getConfiguration(int32_t deviceId, PropertyMap* outConfiguration) const {
979 const PropertyMap* configuration) {
993 const PropertyMap* configuration) {

Completed in 159 milliseconds