HomeSort by relevance Sort by last modified time
    Searched defs:msg_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/l10n/
l10n_util_plurals.cc 42 int msg_id = message_ids[i]; local
43 std::string sub_pattern = GetStringUTF8(msg_id);
  /bionic/libc/kernel/uapi/linux/
n_r3964.h 42 int msg_id; member in struct:r3964_client_message
  /development/ndk/platforms/android-3/include/linux/
msm_adsp.h 30 uint16_t msg_id; member in struct:adsp_event_t
  /development/ndk/platforms/android-L/include/linux/
n_r3964.h 42 int msg_id; member in struct:r3964_client_message
  /external/kernel-headers/original/uapi/linux/
n_r3964.h 77 /* types for msg_id: */
89 int msg_id; member in struct:r3964_client_message
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.cc 119 : callback(cb), msg_id(id), data(d) {}
121 int msg_id; member in struct:__anon17275::UIThreadCallbackData
127 cb_data->callback->UIThreadCallback(cb_data->msg_id, cb_data->data);
203 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) {
205 new UIThreadCallbackData(callback_, msg_id, data));
  /external/blktrace/
blkiomon.c 94 static long msg_id = -1; variable
231 dstat->msg.mtype = msg_id;
564 if (!msg_q_id || msg_id <= 0)
714 msg_id = atoi(optarg);

Completed in 442 milliseconds