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

  /system/bt/stack/srvc/
srvc_dis.cc 269 uint16_t read_type = dis_attr_uuid[dis_cb.dis_read_uuid_idx]; local
275 read_type: 0x%04x",
276 op, status, read_type);
283 switch (read_type) {
311 .data_string[read_type - GATT_UUID_MODEL_NUMBER_STR];
314 p_clcb->dis_value.attr_mask |= dis_uuid_to_attr(read_type);
317 p_clcb->dis_value.data_string[read_type - GATT_UUID_MODEL_NUMBER_STR] =
  /external/mesa3d/src/glsl/
ir_reader.cpp 43 const glsl_type *read_type(s_expression *);
128 ir_reader::read_type(s_expression *expr) function in class:ir_reader
135 const glsl_type *base_type = read_type(s_base_type);
226 const glsl_type *return_type = read_type(type_expr);
379 const glsl_type *type = read_type(s_type);
685 const glsl_type *type = read_type(s_type);
768 const glsl_type *type = read_type(type_expr);
947 const glsl_type *type = read_type(s_type);

Completed in 47 milliseconds