Searched defs:sub_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/gamepad/
H A Dgamepad_platform_data_fetcher_win.cc37 const WebUChar* const GamepadSubTypeName(BYTE sub_type) { argument
38 switch (sub_type) {
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.cc133 const GUID& sub_type) {
135 const GUID& sub_type; member in struct:media::__anon8156
147 if (sub_type == pixel_formats[i].sub_type)
152 StringFromGUID2(sub_type, guid_str, arraysize(guid_str));
132 TranslateMediaSubtypeToPixelFormat( const GUID& sub_type) argument
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_test.cc62 unsigned char sub_type,
108 const int /*channel*/, unsigned char sub_type,
113 sub_type_ = sub_type;
107 OnApplicationDataReceived( const int , unsigned char sub_type, unsigned int name, const unsigned char* data, unsigned short length_in_bytes) argument
/external/lldb/source/Breakpoint/
H A DWatchpoint.cpp413 Watchpoint::WatchpointEventData::WatchpointEventData (WatchpointEventType sub_type, argument
416 m_watchpoint_event (sub_type),
H A DBreakpoint.cpp694 Breakpoint::BreakpointEventData::BreakpointEventData (BreakpointEventType sub_type, argument
697 m_breakpoint_event (sub_type),
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_rtp_rtcp_impl.cc350 const unsigned char sub_type,
370 sub_type, name, reinterpret_cast<const uint8_t*>(data),
348 SendApplicationDefinedRTCPPacket( const int video_channel, const unsigned char sub_type, unsigned int name, const char* data, uint16_t data_length_in_bytes) argument
H A Dvie_channel.cc961 const uint8_t sub_type,
982 if (rtp_rtcp_->SetRTCPApplicationSpecificData(sub_type, name, data,
1611 const uint8_t sub_type,
1622 channel_id_, sub_type, name, reinterpret_cast<const char*>(data),
960 SendApplicationDefinedRTCPPacket( const uint8_t sub_type, uint32_t name, const uint8_t* data, uint16_t data_length_in_bytes) argument
1610 OnApplicationDataReceived(const int32_t id, const uint8_t sub_type, const uint32_t name, const uint16_t length, const uint8_t* data) argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc749 const uint8_t sub_type,
753 return rtcp_sender_.SetApplicationSpecificData(sub_type, name, data, length);
748 SetRTCPApplicationSpecificData( const uint8_t sub_type, const uint32_t name, const uint8_t* data, const uint16_t length) argument
/external/libcxxabi/src/
H A Dcxa_demangle.cpp968 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()));
1962 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1973 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1983 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
1994 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
2004 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
2113 db.subs.push_back(typename C::sub_type(1, db.names.back(), db.names.get_allocator()));
2152 db.subs.push_back(typename C::sub_type(
4873 typedef Vector<string_pair<String>> sub_type; typedef in struct:__cxxabiv1::__anon22819::Db
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h918 UINT32 sub_type; /* Use AVRC_SUB_TYPE_NONE, AVRC_SUB_TYPE_AUDIO_BOOK, or AVRC_SUB_TYPE_PODCAST*/ member in struct:__anon1337

Completed in 362 milliseconds