| /device/google/gs-common/modem/test/include/ |
| D | fake_android_property_manager.h | 22 bool GetBoolProperty(const std::string& key, bool default_value) override { in GetBoolProperty() 28 std::string GetProperty(const std::string& key, in GetProperty() 34 int GetIntProperty(const std::string& key, int default_value) override { in GetIntProperty() 47 void SetProperty(const std::string& key, const std::string& value) override { in SetProperty() 65 bool MapContainsKey(const std::string& key) { in MapContainsKey() 68 std::string GetPropertyInternal(const std::string& key) { in GetPropertyInternal()
|
| /device/generic/goldfish-opengl/android-emu/aemu/base/containers/ |
| D | Lookup.h | 64 const typename T::key_type& key) { in find() 75 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find() 109 for (const auto& key : keys) { in findFirstOf() local 121 for (const auto& key : keys) { in findFirstOf() local 149 bool contains(const T& c, const typename T::key_type& key) { in contains() 159 for (const auto& key : keys) { in containsAnyOf() local
|
| /device/linaro/dragonboard/qcom/qrtr/src/ |
| D | map.c | 64 static int map_hash(struct map *map, unsigned int key) in map_hash() 91 int map_reput(struct map *map, unsigned int key, struct map_item *value, in map_reput() 114 int map_put(struct map *map, unsigned int key, struct map_item *value) in map_put() 149 static struct map_entry *map_find(const struct map *map, unsigned int key) in map_find() 173 int map_contains(const struct map *map, unsigned int key) in map_contains() 178 struct map_item *map_get(const struct map *map, unsigned int key) in map_get() 188 int map_remove(struct map *map, unsigned int key) in map_remove()
|
| /device/google/contexthub/util/nanotool/ |
| D | androidcontexthub.cpp | 66 static bool CopyInt32Array(const char *key, in CopyInt32Array() 81 static bool CopyFloatArray(const char *key, in CopyFloatArray() 96 static bool GetCalibrationBytes(const char *key, SensorType sensor_type, in GetCalibrationBytes() 290 std::string key; in LoadCalibration() local 309 const char *key = AndroidContextHub::SensorTypeToCalibrationKey(sensor_type); in SetCalibration() local 321 const char *key = AndroidContextHub::SensorTypeToCalibrationKey(sensor_type); in SetCalibration() local 333 const char *key = AndroidContextHub::SensorTypeToCalibrationKey(sensor_type); in SetCalibration() local 345 const char *key = AndroidContextHub::SensorTypeToCalibrationKey(sensor_type); in SetCalibration() local 405 const char *key; in SensorTypeToCalibrationKey() local
|
| D | calibrationfile.cpp | 88 bool CalibrationFile::SetSingleAxis(const char *key, int32_t value) { in SetSingleAxis() 93 bool CalibrationFile::SetSingleAxis(const char *key, float value) { in SetSingleAxis() 98 bool CalibrationFile::SetTripleAxis(const char *key, int32_t x, int32_t y, in SetTripleAxis() 108 bool CalibrationFile::SetFourAxis(const char *key, int32_t x, int32_t y, in SetFourAxis()
|
| /device/google/gs-common/modem/ |
| D | dump_modemlog.cpp | 31 bool GetBoolProperty(const std::string& key, bool default_value) override { in GetBoolProperty() 35 std::string GetProperty(const std::string& key, in GetProperty() 39 int GetIntProperty(const std::string& key, int default_value) override { in GetIntProperty() 42 void SetProperty(const std::string& key, const std::string& value) override { in SetProperty()
|
| /device/generic/goldfish-opengl/system/hwc3/ |
| D | LruCache.h | 27 Value* get(const Key& key) { in get() 39 void set(const Key& key, Value&& value) { in set() 58 void remove(const Key& key) { in remove() 75 Key key; member
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | Properties.cpp | 33 int get(const char* key, char* value, const char* default_value) { in get() 44 int set(const char *key, const char *value) { in set() 72 EXPORT int property_get(const char* key, char* value, const char* default_value) { in property_get() 76 EXPORT int property_set(const char *key, const char *value) { in property_set()
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | astcenc_diagnostic_trace.cpp | 129 std::string key, in add_attrib() 180 const char* key, in trace_add_data() 203 const char* key, in trace_add_data() 214 const char* key, in trace_add_data() 223 const char* key, in trace_add_data()
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
| D | ResponseFragment.java | 37 void onChoice(String key, int choice); in onChoice() 38 void onText(String key, String text); in onText() 52 public static void prepareArgs(Bundle args, String key, int titleResId, int summaryResId, in prepareArgs() 156 final String key = args.getString(ARG_KEY); in onGuidedActionEditedAndProceed() local 193 final String key = args.getString(ARG_KEY); in onGuidedActionClicked() local
|
| D | ResponseActivity.java | 90 public void onChoice(String key, int choice) { in onChoice() 133 public void onText(String key, String text) { in onText()
|
| /device/linaro/dragonboard/qcom/pd-mapper/ |
| D | assoc.c | 66 void *assoc_get(struct assoc *assoc, const char *key) in assoc_get() 81 static void _assoc_set(struct assoc *assoc, const char *key, void *value) in _assoc_set() 122 void assoc_set(struct assoc *assoc, const char *key, void *value) in assoc_set()
|
| D | json.c | 270 struct json_value key; in json_parse_property() local 360 struct json_value *json_get_child(struct json_value *object, const char *key) in json_get_child() 389 int json_get_number(struct json_value *object, const char *key, double *number) in json_get_number() 409 const char *json_get_string(struct json_value *object, const char *key) in json_get_string()
|
| /device/google/cuttlefish/host/commands/secure_env/ |
| D | insecure_fallback_storage.cpp | 49 bool InsecureFallbackStorage::Allocate(const Json::Value& key, uint16_t size) { in Allocate() 93 Json::Value* InsecureFallbackStorage::GetEntry(const Json::Value& key) { in GetEntry() 127 const Json::Value& key, const TPM2B_MAX_NV_BUFFER& data) { in Write()
|
| D | tpm_gatekeeper.cpp | 70 const uint8_t* key, in ComputePasswordSignature() 96 const uint8_t* key, in ComputeSignature() 160 Json::Value key{std::to_string(uid)}; // jsoncpp integer comparisons are janky in GetFailureRecordImpl() local 209 Json::Value key{std::to_string(uid)}; // jsoncpp integer comparisons are janky in WriteFailureRecordImpl() local
|
| /device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
| D | NotificationsUtils.java | 27 static void dismissNotification(Context context, String key) { in dismissNotification() 35 static void openNotification(Context context, String key) { in openNotification()
|
| /device/google/felix/vibrator/common/ |
| D | HardwareBase.cpp | 90 std::string key, value; in HwCalBase() local 103 std::string key, value; in HwCalBase() local 123 [](const char *key, const char *value, void *cookie) { in debug()
|
| D | utils.h | 88 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() 102 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty()
|
| /device/generic/goldfish/camera/ |
| D | CameraDevice.cpp | 346 for (const uint32_t key : keys) { in getCameraCharacteristics() local 356 for (const uint32_t key : keys) { in getCameraCharacteristics() local 361 for (const uint32_t key : kExtraResultKeys) { in getCameraCharacteristics() local 368 for (const uint32_t key : keys) { in getCameraCharacteristics() local
|
| /device/google/contexthub/util/common/ |
| D | JSONObject.cpp | 126 JSONValue key; in Parse() local 667 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue() argument 678 void JSONObject::setValue(const char *key, const JSONValue &value) { in setValue() 687 AString key = mValues.keyAt(i); in internalToString() local 720 bool JSONArray::getValue(size_t key, JSONValue *value) const { in getValue()
|
| /device/google/sunfish/json-c/ |
| D | json_object.h | 70 char *key; member 346 # define json_object_object_foreach(obj,key,val) \ argument 359 # define json_object_object_foreach(obj,key,val) \ argument
|
| /device/google/redbull/json-c/ |
| D | json_object.h | 70 char *key; member 346 # define json_object_object_foreach(obj,key,val) \ argument 359 # define json_object_object_foreach(obj,key,val) \ argument
|
| /device/google/coral/json-c/ |
| D | json_object.h | 70 char *key; member 346 # define json_object_object_foreach(obj,key,val) \ argument 359 # define json_object_object_foreach(obj,key,val) \ argument
|
| /device/google/trout/hal/common/android/vsock/ |
| D | vsockinfo.cpp | 28 std::optional<unsigned> getNumberFromProperty(const char* key) { in getNumberFromProperty() 39 for (const auto& key : arr) { in getNumberFromProperties() local
|
| /device/google/sunfish/vibrator/common/ |
| D | utils.h | 85 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() 90 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty()
|