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

  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 67 uint32 cmdType;
80 uint32 cmdType;
  /external/libnfc-nxp/src/
phLlcNfc_Frame.h 244 * \param[in] cmdType U frame has RSET/UA commands
255 phLlcNfc_LlcCmd_t cmdType
437 * \param[in/out] cmdType Command type of S frame
447 phLlcNfc_LlcCmd_t cmdType
phLlcNfc_Frame.c 316 phLlcNfc_LlcCmd_t cmdType
336 ((phLlcNfc_e_rset == cmdType) || (phLlcNfc_e_ua == cmdType)))
343 if (phLlcNfc_e_rset == cmdType)
417 phLlcNfc_LlcCmd_t cmdType
444 (ps_llc_buf->sllcpayload.llcheader | (uint8_t)cmdType);
1179 phLlcNfc_LlcCmd_t cmdtype = phLlcNfc_e_error; local
1471 uint8_t cmdtype = phLlcNfc_e_error; local
1577 uint8_t cmdtype = phLlcNfc_e_error; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_offload.cpp 65 u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec, GetCmdType cmdType)
68 mPeriodMsec(period_msec), mType(cmdType)
72 MKeepAliveCommand(wifi_interface_handle iface, u8 index, GetCmdType cmdType)
73 : WifiCommand("MKeepAliveCommand", iface, 0), mIndex(index), mType(cmdType)
wifi_logger.cpp 96 GetCmdType cmdType)
98 (cmdType)
104 DebugCommand(wifi_interface_handle iface, char *ring_name, GetCmdType cmdType)
105 : WifiCommand("DebugCommand", iface, 0), mRingName(ring_name), mType(cmdType)
110 wifi_ring_buffer_status *status, GetCmdType cmdType)
111 : WifiCommand("DebugCommand", iface, 0), mNumRings(num_rings), mStatus(status), mType(cmdType)
117 DebugCommand(wifi_interface_handle iface, unsigned int *support, GetCmdType cmdType)
118 : WifiCommand("DebugCommand", iface, 0), mSupport(support), mType(cmdType)
123 u32 max_interval_sec, u32 min_data_size, char *ring_name, GetCmdType cmdType)
126 mRingName(ring_name), mType(cmdType)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 600 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
601 if (cmdType != null) {
602 switch (cmdType) {
    [all...]
CommandParamsFactory.java 142 AppInterface.CommandType cmdType = AppInterface.CommandType
144 if (cmdType == null) {
160 switch (cmdType) {
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java     [all...]

Completed in 255 milliseconds