Searched refs:cras_expr_value (Results 1 – 3 of 3) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_expr.c | 21 static void value_set_boolean(struct cras_expr_value *value, char boolean) in value_set_boolean() 28 static void value_set_integer(struct cras_expr_value *value, int integer) in value_set_integer() 35 static void value_set_string2(struct cras_expr_value *value, const char *begin, in value_set_string2() 43 static void value_set_string(struct cras_expr_value *value, const char *str) in value_set_string() 48 static void cras_expr_value_set_function(struct cras_expr_value *value, in cras_expr_value_set_function() 56 static void copy_value(struct cras_expr_value *value, in copy_value() 57 struct cras_expr_value *original) in copy_value() 79 void cras_expr_value_free(struct cras_expr_value *value) in cras_expr_value_free() 95 void cras_expr_value_dump(struct dumper *d, const struct cras_expr_value *value) in cras_expr_value_dump() 116 static struct cras_expr_value *find_value(struct cras_expr_env *env, in find_value() [all …]
|
D | cras_expr.h | 26 DECLARE_ARRAY_TYPE(struct cras_expr_value, cras_expr_value_array); 28 struct cras_expr_value *result); 30 struct cras_expr_value { struct 59 struct cras_expr_value literal; argument 92 struct cras_expr_value *value); 100 void cras_expr_value_free(struct cras_expr_value *value); 102 const struct cras_expr_value *value);
|
/external/adhd/cras/src/tests/ |
D | expr_unittest.cc | 26 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in TEST() 63 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in TEST() 93 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in TEST() 141 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in TEST() 180 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in expect_int() 193 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in expect_boolean() 204 struct cras_expr_value value = CRAS_EXPR_VALUE_INIT; in TEST()
|