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

  /external/nos/host/generic/libnos_transport/
transport.c 118 uint32_t command = CMD_ID(app_id) | CMD_IS_READ | CMD_TRANSPORT;
133 uint32_t command = CMD_ID(app_id) | CMD_TRANSPORT;
183 command = CMD_ID(app_id) | CMD_TRANSPORT | CMD_IS_DATA;
224 command = CMD_ID(app_id) | CMD_PARAM(params);
248 command = CMD_ID(app_id) | CMD_IS_READ |
276 command = CMD_ID(app_id) | CMD_TRANSPORT;
  /external/nos/host/generic/nugget/include/
application.h 102 #define CMD_ID(id) (((id) & 0x000000ff) << 16)
  /external/nos/host/android/manual_tests/
test_citadel.c 898 #define IGNORED_COMMAND (CMD_ID(APP_ID_TEST) | CMD_PARAM(0xffff))

Completed in 129 milliseconds