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

  /hardware/ril/include/telephony/
ril_msim.h 40 RIL_SubscriptionType sub_type; /* Indicates subscription 1 or subscription 2 */ member in struct:__anon42670
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.cc 96 GUID sub_type = media_type->subtype;
111 if (sub_type == kMediaSubTypeI420 &&
116 if (sub_type == MEDIASUBTYPE_YUY2 &&
121 if (sub_type == MEDIASUBTYPE_RGB24 &&
video_capture_device_win.h 64 const GUID& sub_type);
video_capture_device_win.cc 149 const GUID& sub_type) {
151 const GUID& sub_type; member in struct:media::__anon13332
164 if (sub_type == pixel_formats[i].sub_type)
169 StringFromGUID2(sub_type, guid_str, arraysize(guid_str));
  /external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py 298 def __init__(self, sub_type, nullable=False, length=0):
300 assert isinstance(sub_type, SerializableType)
301 self.sub_type = sub_type
306 return [self.sub_type.Convert(x) for x in value]
310 self.sub_type.GetByteSize() * len(value))
318 (new_data, new_handles) = self.sub_type.Serialize(
325 position = position + self.sub_type.GetByteSize()
327 struct.pack_into('%d%s' % (len(value), self.sub_type.GetTypeCode()),
335 '%d%s' % (nb_elements, self.sub_type.GetTypeCode())
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_test.cc 62 unsigned char sub_type,
108 const int /*channel*/, unsigned char sub_type,
113 sub_type_ = sub_type;
  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 47 WatchpointEventData (lldb::WatchpointEventType sub_type,
Breakpoint.h 108 BreakpointEventData (lldb::BreakpointEventType sub_type,
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_rtp_rtcp.h 83 const unsigned char sub_type,
196 const unsigned char sub_type,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_rtp_rtcp_impl.h 64 const unsigned char sub_type,
vie_channel.h 167 const uint8_t sub_type,
232 const uint8_t sub_type,
vie_channel.cc     [all...]
vie_rtp_rtcp_impl.cc 359 const unsigned char sub_type,
379 sub_type, name, reinterpret_cast<const uint8_t*>(data),
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 37 const WebUChar* const GamepadSubTypeName(BYTE sub_type) {
38 switch (sub_type) {
  /external/lldb/source/Breakpoint/
Watchpoint.cpp 413 Watchpoint::WatchpointEventData::WatchpointEventData (WatchpointEventType sub_type,
416 m_watchpoint_event (sub_type),
Breakpoint.cpp 694 Breakpoint::BreakpointEventData::BreakpointEventData (BreakpointEventType sub_type,
697 m_breakpoint_event (sub_type),
  /external/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::__anon28241::Db
    [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::__anon43829::Db
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 259 const uint8_t sub_type,
rtp_rtcp_impl.cc 799 const uint8_t sub_type,
803 return rtcp_sender_.SetApplicationSpecificData(sub_type, name, data, length);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 918 UINT32 sub_type; \/* Use AVRC_SUB_TYPE_NONE, AVRC_SUB_TYPE_AUDIO_BOOK, or AVRC_SUB_TYPE_PODCAST*\/ member in struct:__anon5962
    [all...]
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 565 sub_type = field.message_type
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 1789 milliseconds