Home
last modified time | relevance | path

Searched refs:MsgId (Results 1 – 6 of 6) sorted by relevance

/hardware/ril/librilutils/proto/
Dsap-api.proto22 required MsgId id = 3;
34 enum MsgId { enum
38 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_CONNECT, Error: RIL_E_UNUSED,
40 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_CONNECT, Error:Valid errors,
46 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_DISCONNECT, Error: RIL_E_UNUSED,
48 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_DISCONNECT, Error:Valid errors,
50 // For MsgType: UNSOL_RESPONSE, MsgId: RIL_SIM_SAP_DISCONNECT, Error: RIL_E_UNUSED,
56 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_APDU, Error: RIL_E_UNUSED,
58 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_APDU, Error:Valid errors,
64 // For MsgType: REQUEST ,MsgId: RIL_SIM_SAP_TRANSFER_ATR, Error: RIL_E_UNUSED,
[all …]
/hardware/ril/libril/
DrilSocketQueue.h85 int checkAndDequeue( MsgId id, int token);
137 int Ril_queue<T>::checkAndDequeue(MsgId id, int token) { in checkAndDequeue()
Dsap_service.cpp68 MsgHeader* createMsgHeader(MsgId msgId, int32_t token);
72 void sendFailedResponse(MsgId msgId, int32_t token, int numPointers, ...);
94 MsgHeader* SapImpl::createMsgHeader(MsgId msgId, int32_t token) { in createMsgHeader()
131 void SapImpl::sendFailedResponse(MsgId msgId, int32_t token, int numPointers, ...) { in sendFailedResponse()
533 void *sapDecodeMessage(MsgId msgId, MsgType msgType, uint8_t *payloadPtr, size_t payloadLen) { in sapDecodeMessage()
766 MsgId msgId = rsp->id; in processResponse()
DRilSapSocket.cpp285 rsp.id = (MsgId)unsolResponse; in onUnsolicitedResponse()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp236 enum MsgId enum
251 MsgId id;
996 void SendMessage(MsgId id, MsgData* data) in SendMessage()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp275 enum MsgId { enum
286 MsgId id;
1013 void SendMessage(MsgId id, MsgData* data) in SendMessage()