Home
last modified time | relevance | path

Searched defs:msg_id (Results 1 – 19 of 19) sorted by relevance

/external/nanopb-c/tests/message_sizes/
Dmessages1.proto7 required fixed32 msg_id = 1; field
14 required fixed32 msg_id = 3; field
/external/clang/test/Index/
Dcomplete-pch.m9 void msg_id(id x) { function
Dcomplete-objc-message.m119 void msg_id(id x) { function
/external/kernel-headers/original/uapi/linux/
Dn_r3964.h90 int msg_id; member
/external/libxcam/xcore/
Ddevice_manager.h47 XCamMessageType msg_id; member
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc103 int msg_id; member
187 void GtkMainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback()
/external/wpa_supplicant_8/src/eap_peer/
Deap_proxy_qmi_oc.c164 unsigned long msg_id, in wpa_qmi_client_indication_cb()
1013 unsigned int msg_id, in handle_qmi_eap_ind()
1088 qmi_client_type userHandle, unsigned int msg_id, in handle_qmi_eap_reply()
/external/webrtc/webrtc/examples/peerconnection/client/
Dconductor.cc434 void Conductor::UIThreadCallback(int msg_id, void* data) { in UIThreadCallback()
Dmain_wnd.cc216 void MainWnd::QueueUIThreadCallback(int msg_id, void* data) { in QueueUIThreadCallback()
/external/mesa3d/src/mesa/main/
Dpipelineobj.c937 static GLuint msg_id = 0; in _mesa_validate_program_pipeline() local
Dfbobject.c664 static GLuint msg_id; in fbo_incomplete() local
/external/adhd/cras/src/server/
Dcras_rclient.c267 enum CRAS_CLIENT_MESSAGE_ID msg_id, in register_for_notification()
/external/adhd/cras/src/libcras/
Dcras_client.c73 unsigned msg_id; member
101 unsigned msg_id; member
959 unsigned msg_id) in send_stream_message()
2003 unsigned msg_id) in send_simple_cmd_msg()
3202 enum CRAS_CLIENT_MESSAGE_ID msg_id, in cras_send_register_notification()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c1618 GLuint msg_id = 0; in shader_debug_log_mesa() local
1642 GLuint msg_id = 0; in shader_perf_log_mesa() local
/external/blktrace/
Dblkiomon.c94 static long msg_id = -1; variable
/external/adhd/cras/src/common/
Dcras_messages.h426 uint32_t msg_id; member
431 enum CRAS_CLIENT_MESSAGE_ID msg_id, in cras_fill_register_notification_message()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp460 GLuint msg_id = 0; in _mesa_glsl_msg() local
/external/adhd/cras/src/tests/
Drclient_unittest.cc328 enum CRAS_CLIENT_MESSAGE_ID msg_id, in RegisterNotification()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp238 void SetDesiredFailureMsg(const VkFlags msgFlags, const UNIQUE_VALIDATION_ERROR_CODE msg_id) { in SetDesiredFailureMsg()