Home
last modified time | relevance | path

Searched refs:Msg (Results 1 – 5 of 5) sorted by relevance

/hardware/ril/mock-ril/src/java/com/android/internal/communication/
DMsg.java33 public class Msg { class
76 private Msg() { in Msg() method in Msg
82 public static Msg obtain() { in obtain()
84 return new Msg(); in obtain()
214 public static final Msg recv(RilChannel rc) throws IOException { in recv()
215 Msg msg = Msg.obtain(); in recv()
/hardware/ril/mock-ril/src/python/
Dtcs.py106 class Msg: class
206 req = Msg()
208 resp = Msg()
226 resp = Msg()
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp47 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);} argument
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvenc_test.cpp249 struct Msg struct
256 Msg q[MAX_MSG];
1011 void PopMessage(Msg* msg) in PopMessage()
2188 Msg msg; in main()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp39 #define HERE(Msg) {CAMHAL_LOGEB("--===line %d, %s===--\n", __LINE__, Msg);} argument