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

  /external/webrtc/webrtc/system_wrappers/source/
cpu_features.cc 31 static inline void __cpuid(int cpu_info[4], int info_type) {
37 : "a"(info_type));
40 static inline void __cpuid(int cpu_info[4], int info_type) {
44 : "a"(info_type));
  /external/autotest/site_utils/
hwid_lib.py 17 URL_FORMAT_STRING='%(base_url)s/%(version)s/%(info_type)s/%(hwid)s/?key=%(key)s'
26 def get_hwid_info(hwid, info_type, key_file):
30 @param info_type: String of info type requested.
35 @raises HwIdException: If hwid/info_type/key_file is invalid or there's an
47 if info_type not in HWID_INFO_TYPES:
48 raise ValueError('invalid info type: "%s".' % info_type)
56 'info_type': info_type,
hwid_lib_unittest.py 118 info_type = hwid_lib.HWID_INFO_BOM
122 info_type, hwid,
130 hwid_lib.get_hwid_info(hwid, info_type, dummy_key_file)
141 info_type = hwid_lib.HWID_INFO_BOM
146 info_type, hwid_quoted,
151 hwid_lib.get_hwid_info(hwid, info_type, self.dummy_key_file)
157 info_type = hwid_lib.HWID_INFO_BOM
160 self.assertEqual(hwid_lib.get_hwid_info(hwid, info_type, key_file), {})
  /external/webp/src/dsp/
cpu.c 31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
37 : "a"(info_type), "c"(0));
42 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
49 : "a"(info_type), "c"(0));
52 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) {
56 : "a"(info_type), "c"(0));
  /external/libchrome/base/
cpu.cc 61 void __cpuid(int cpu_info[4], int info_type) {
67 : "a"(info_type)
73 void __cpuid(int cpu_info[4], int info_type) {
77 : "a"(info_type)
  /external/libyuv/files/util/
psnr.cc 199 static __inline void __cpuid(int cpu_info[4], int info_type) {
206 : "a"(info_type));
210 static __inline void __cpuid(int cpu_info[4], int info_type) {
215 : "a"(info_type));
  /external/webrtc/webrtc/base/
systeminfo.cc 41 static inline void __cpuid(int cpu_info[4], int info_type) {
47 : "a"(info_type)
51 static inline void __cpuid(int cpu_info[4], int info_type) {
55 : "a"(info_type)
  /system/bt/stack/l2cap/
l2c_ucd.cc 52 static void l2c_ucd_discover_cback(const RawAddress& rem_bda, uint8_t info_type,
62 if ((info_type == L2CAP_UCD_INFO_TYPE_RECEPTION) &&
64 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb(rem_bda, info_type, data);
69 if ((info_type == L2CAP_UCD_INFO_TYPE_MTU) &&
71 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb(rem_bda, info_type, data);
303 * info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
311 uint8_t info_type) {
319 (rem_bda[4] << 8) + rem_bda[5], info_type);
342 if (info_type & L2CAP_UCD_INFO_TYPE_RECEPTION)
345 if (info_type & L2CAP_UCD_INFO_TYPE_MTU
    [all...]
l2c_main.cc 256 uint16_t rej_reason, rej_mtu, lcid, rcid, info_type; local
648 STREAM_TO_UINT16(info_type, p);
649 l2cu_send_peer_info_rsp(p_lcb, id, info_type);
659 STREAM_TO_UINT16(info_type, p);
662 p_lcb->info_rx_bits |= (1 << info_type);
664 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) &&
679 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) {
688 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) {
l2c_utils.cc     [all...]
l2c_int.h 636 uint16_t info_type);
639 extern void l2cu_send_peer_info_req(tL2C_LCB* p_lcb, uint16_t info_type);
    [all...]
  /external/v8/src/base/
cpu.cc 55 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) {
67 : "a"(info_type), "c"(0));
72 : "a"(info_type), "c"(0));
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]
  /system/bt/stack/include/
l2c_api.h     [all...]
  /external/tcpdump/
print-slow.c 78 uint8_t info_type; member in struct:slow_oam_info_t
  /external/libmicrohttpd/src/microhttpd/
connection.c     [all...]
daemon.c     [all...]
  /external/syslinux/gpxe/src/drivers/net/
tulip.c 343 int info_type;
342 int info_type; member in struct:mediainfo
    [all...]

Completed in 6502 milliseconds