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

  /external/dhcpcd-6.8.2/dbus/
dbus-dict.h 36 int sub_type; member in struct:o_dbus
  /hardware/ril/include/telephony/
ril_msim.h 40 RIL_SubscriptionType sub_type; /* Indicates subscription 1 or subscription 2 */ member in struct:__anon35007
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
app.h 41 uint8_t sub_type() const { return sub_type_; } function in class:webrtc::rtcp::App
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
util.py 211 sub_type: The sub type of the content type.
264 def sub_type(self): member in class:AcceptItem
294 main_type, sub_type = match.group(1), match.group(2)
295 if not(main_type and sub_type):
299 (self.__sub_type is None or self.__sub_type == sub_type))
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 415 int sub_type = mraa_has_sub_platform() ? plat->sub_platform->platform_type : MRAA_UNKNOWN_PLATFORM; local
416 return type | (sub_type << 8);
  /external/toybox/toys/pending/
dhcp6.c 370 uint16_t sub_type = ntohs(*((uint16_t*)(t))); local
372 switch (sub_type) {
  /external/libcxxabi/src/
cxa_demangle.cpp 970 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
986 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1004 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
4877 typedef Vector<string_pair<String>> sub_type; typedef in struct:__cxxabiv1::__anon14573::Db
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 434 static int get_ps_type(char *ptr, int index, char *type, char *sub_type)
452 (*sub_type) = toupper(ptr[i]);
471 char sub_type = '\0'; local
483 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0)
487 if (type == ARRAY || sub_type == ARRAY)
490 if (type == STRING || sub_type == STRING)
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 434 static int get_ps_type(char *ptr, int index, char *type, char *sub_type)
452 (*sub_type) = toupper(ptr[i]);
471 char sub_type = '\0'; local
483 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0)
487 if (type == ARRAY || sub_type == ARRAY)
490 if (type == STRING || sub_type == STRING)
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 437 static int get_ps_type(char *ptr, int index, char *type, char *sub_type)
455 (*sub_type) = toupper(ptr[i]);
474 char sub_type = '\0'; local
486 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0)
490 if (type == ARRAY || sub_type == ARRAY)
493 if (type == STRING || sub_type == STRING)
    [all...]
  /hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hw_ar3k.c 437 static int get_ps_type(char *ptr, int index, char *type, char *sub_type)
455 (*sub_type) = toupper(ptr[i]);
474 char sub_type = '\0'; local
486 if (get_ps_type(buf, ptr - buf, &type, &sub_type) < 0)
490 if (type == ARRAY || sub_type == ARRAY)
493 if (type == STRING || sub_type == STRING)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_demangle.cpp 968 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
984 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1002 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
4873 typedef Vector<string_pair<String>> sub_type; typedef in struct:__cxxabiv1::__anon35689::Db
    [all...]
  /system/bt/stack/include/
avrc_defs.h 917 UINT32 sub_type; \/* Use AVRC_SUB_TYPE_NONE, AVRC_SUB_TYPE_AUDIO_BOOK, or AVRC_SUB_TYPE_PODCAST*\/ member in struct:__anon73674
    [all...]

Completed in 575 milliseconds