HomeSort by relevance Sort by last modified time
    Searched defs:type_value (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/src/
btif_sock_sdp.cc 279 uint8_t* type_value[OBEX_PUSH_NUM_FORMATS]; local
302 type_value[j] = (uint8_t*)(&bta_ops_obj_fmt[i]);
310 desc_type, type_len, type_value))
btif_sdp_server.cc 625 uint8_t* type_value[rec->supported_formats_list_len]; local
673 type_value[j] = (uint8_t*)&rec->supported_formats_list[i];
681 type_len, type_value);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 322 auto type_value = value_types_.find(value); local
323 if (type_value == value_types_.end()) {
326 return getTypeOfTypeGeneratingValue(std::get<1>(*type_value));
  /external/libchrome/base/trace_event/
trace_event.h 545 TraceValueUnion type_value; \
546 type_value.union_member = arg_expression; \
548 *value = type_value.as_uint; \
588 TraceValueUnion type_value; local
589 type_value.as_string = arg.c_str();
591 *value = type_value.as_uint;
    [all...]
  /external/webrtc/webrtc/base/
trace_event.h 806 TraceValueUnion type_value; local
    [all...]

Completed in 371 milliseconds