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

  /system/bt/stack/srvc/
srvc_dis.c 271 UINT16 read_type = dis_attr_uuid[dis_cb.dis_read_uuid_idx]; local
276 read_type: 0x%04x", op, status, read_type);
285 switch (read_type)
315 p_str = p_clcb->dis_value.data_string[read_type - GATT_UUID_MODEL_NUMBER_STR];
318 p_clcb->dis_value.attr_mask |= dis_uuid_to_attr(read_type);
321 p_clcb->dis_value.data_string[read_type - GATT_UUID_MODEL_NUMBER_STR] = p_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);
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
transform_detail.hpp 60 typedef typename TypeVec<T, shift>::vec_type read_type; typedef in struct:cv::cuda::device::transform_detail::UnaryReadWriteTraits
211 typedef typename UnaryReadWriteTraits<T, D, ft::smart_shift>::read_type read_type; typedef
225 const read_type src_n_el = ((const read_type*)src)[x];
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 187 typedef typename MakeVec<SrcType, SHIFT>::type read_type; typedef
201 const read_type src_n_el = ((const read_type*)src)[x];
  /system/bt/stack/gap/
gap_ble.c 632 GAP_TRACE_EVENT ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 679 milliseconds