/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/generic/goldfish/network/wifi_forwarder/ |
D | cache.h | 43 IterPair(const Key& key, const Value& value) in IterPair() 81 IterPair(const Key& key, Value& value) : first(key), second(value) { } in IterPair() 122 insert_return_type insert_or_assign(const key_type& key, M&& value) { in insert_or_assign() 135 iterator find(const key_type& key) { in find() 139 const_iterator find(const key_type& key) const { in find() 151 size_t erase(const key_type& key) { in erase()
|
/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/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()
|
D | assoc.h | 49 #define assoc_foreach(key, value, assoc, iter) \ argument
|
/device/google/bonito/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
|
D | json_object.c | 399 void json_object_object_add(struct json_object* jso, const char *key, in json_object_object_add() 423 struct json_object* json_object_object_get(struct json_object* jso, const char *key) in json_object_object_get() 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() 449 void json_object_object_del(struct json_object* jso, const char *key) in json_object_object_del()
|
/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
|
D | json_object.c | 399 void json_object_object_add(struct json_object* jso, const char *key, in json_object_object_add() 423 struct json_object* json_object_object_get(struct json_object* jso, const char *key) in json_object_object_get() 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() 449 void json_object_object_del(struct json_object* jso, const char *key) in json_object_object_del()
|
/device/google/crosshatch/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
|
D | json_object.c | 399 void json_object_object_add(struct json_object* jso, const char *key, in json_object_object_add() 423 struct json_object* json_object_object_get(struct json_object* jso, const char *key) in json_object_object_get() 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() 449 void json_object_object_del(struct json_object* jso, const char *key) in json_object_object_del()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraFactory.h | 155 const char *key = "qemu.camera.fake.orientation"; in getFakeCameraOrientation() local 164 const char *key = "qemu.camera.webcam.orientation"; in getQemuCameraOrientation() local
|
D | EmulatedFakeCamera.cpp | 41 const char *key = "ro.kernel.qemu.camera.fake.rotating"; in EmulatedFakeCamera() 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/cuttlefish/host/commands/secure_env/ |
D | hmac_serializable.cpp | 49 auto key = signing_key_fn_(resource_manager_); in Serialize() local 97 auto key = signing_key_fn_(resource_manager_); in Deserialize() local
|
D | tpm_keymaster_context.cpp | 146 keymaster::UniquePtr<keymaster::Key> key; in UpgradeKeyBlob() local 268 const keymaster::Key& key, in GenerateAttestation()
|
/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) in handleEncrypt() 153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key) in handleDecrypt() 269 uint32_t key[AES_KEY_WORDS]; in main() local
|
/device/google/cuttlefish/host/frontend/gcastv2/https/ |
D | HTTPRequestResponse.cpp | 62 auto key = match[1]; in setTo() local 97 std::string_view key, std::string *value) const { in getHeaderField()
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidThreadStore.cpp | 92 void unregisterKey(int key) { in unregisterKey() 123 void setValue(int key, void* value) { in setValue()
|
/device/ti/beagle_x15/recovery/ |
D | recovery_ui.cpp | 27 RecoveryUI::KeyAction CheckKey(int key, bool is_long_press) { in CheckKey()
|
/device/linaro/hikey/recovery/ |
D | recovery_ui.cpp | 27 RecoveryUI::KeyAction CheckKey(int key, bool is_long_press) { in CheckKey()
|
/device/generic/car/emulator/audio/driver/ |
D | ext_pcm.c | 58 static bool mixer_thread_mix(__unused void *key, void *value, void *context) { in mixer_thread_mix() 132 static bool mixer_free_pipeline(__unused void *key, void *value, void *context) { in mixer_free_pipeline()
|
/device/google/coral/vibrator/ |
D | Hardware.cpp | 198 std::string key, value; in HwCal() local 206 bool HwCal::get(const char *key, T *value) { in get()
|