HomeSort by relevance Sort by last modified time
    Searched refs:cras_expr_value (Results 1 - 2 of 2) sorted by null

  /device/google/dragon/audio/hal/
cras_expr.h 25 DECLARE_ARRAY_TYPE(struct cras_expr_value, cras_expr_value_array);
27 struct cras_expr_value *result);
29 struct cras_expr_value { struct
56 struct cras_expr_value literal;
86 struct cras_expr_value *value);
92 void cras_expr_value_free(struct cras_expr_value *value);
cras_expr.c 21 static void value_set_boolean(struct cras_expr_value *value, char boolean)
28 static void value_set_integer(struct cras_expr_value *value, int integer)
35 static void value_set_string2(struct cras_expr_value *value, const char *begin,
43 static void value_set_string(struct cras_expr_value *value, const char *str)
48 static void cras_expr_value_set_function(struct cras_expr_value *value,
56 static void copy_value(struct cras_expr_value *value,
57 struct cras_expr_value *original)
79 void cras_expr_value_free(struct cras_expr_value *value)
95 static struct cras_expr_value *find_value(struct cras_expr_env *env,
111 static struct cras_expr_value *insert_value(struct cras_expr_env *env
    [all...]

Completed in 4221 milliseconds