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

  /bionic/libc/kernel/arch-x86/asm/
mpspec_def.h 181 unsigned char trans_type; member in struct:mpc_config_translation
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mpspec_def.h 181 unsigned char trans_type; member in struct:mpc_config_translation
  /external/bluetooth/bluedroid/stack/hid/
hidh_int.h 66 extern tHID_STATUS hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, \
hidh_conn.c 817 tHID_STATUS hidh_conn_snd_data (UINT8 dhandle, UINT8 trans_type, UINT8 param,
838 switch( trans_type )
858 if( trans_type == HID_TRANS_SET_IDLE )
860 else if( (trans_type == HID_TRANS_GET_REPORT) && (param & 0x08) )
896 *p_out++ = HID_BUILD_HDR(trans_type, param);
899 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
930 trans_type = HID_TRANS_DATAC;
933 trans_type = HID_TRANS_DATAC;
    [all...]
  /external/kernel-headers/original/asm-x86/
mpspec_def.h 160 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
mpspec_def.h 157 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
mpspec_def.h 157 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
mpspec_def.h 157 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
mpspec_def.h 157 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
mpspec_def.h 157 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
mpspec_def.h 181 unsigned char trans_type; member in struct:mpc_config_translation
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
mpspec_def.h 181 unsigned char trans_type; member in struct:mpc_config_translation
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 390 const std::string& trans_type,
395 TransportParser* trans_parser = GetTransportParser(trans_parsers, trans_type);
397 return BadWrite("unknown transport type: " + trans_type, error);
    [all...]

Completed in 1002 milliseconds