Home | History | Annotate | Download | only in device1

Lines Matching refs:msgType

32 typedef void (*notify_callback)(int32_t msgType,
37 typedef void (*data_callback)(int32_t msgType,
43 int32_t msgType,
145 * The following three functions all take a msgtype,
153 void enableMsgType(int32_t msgType)
157 mDevice->ops->enable_msg_type(mDevice, msgType);
170 void disableMsgType(int32_t msgType)
174 mDevice->ops->disable_msg_type(mDevice, msgType);
182 int msgTypeEnabled(int32_t msgType)
186 return mDevice->ops->msg_type_enabled(mDevice, msgType);