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

  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 350 #define is_cmd(str) ((strlen(str) == strlen(cmd)) && strncmp((const char *)&cmd, str, strlen(str)) == 0) macro
351 #define if_cmd(str) if (is_cmd(str))
648 if (is_cmd(console_cmd_list[i].name))
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 221 void nfc_ncif_send (BT_HDR *p_buf, BOOLEAN is_cmd);
  /external/mksh/src/
edit.c 3305 #define is_cmd macro
    [all...]

Completed in 157 milliseconds