Searched defs:msgType (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 165 void CameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify() 197 void CameraContext::postData(int32_t msgType, in postData() 242 int32_t msgType, in postDataTimestamp()
|
/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 690 void AppCallbackNotifier::copyAndSendPictureFrame(CameraFrame* frame, int32_t msgType) in copyAndSendPictureFrame() 726 void AppCallbackNotifier::copyAndSendPreviewFrame(CameraFrame* frame, int32_t msgType) in copyAndSendPreviewFrame() 1744 status_t AppCallbackNotifier::enableMsgType(int32_t msgType) in enableMsgType() 1753 status_t AppCallbackNotifier::disableMsgType(int32_t msgType) in disableMsgType()
|
D | CameraHal.cpp | 123 void CameraHal::enableMsgType(int32_t msgType) in enableMsgType() 171 void CameraHal::disableMsgType(int32_t msgType) in disableMsgType() 202 int CameraHal::msgTypeEnabled(int32_t msgType) in msgTypeEnabled()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 653 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { in notify() 687 void CameraHandler::postData(int32_t msgType, in postData() 716 void CameraHandler::postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPt… in postDataTimestamp()
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
D | JFmTx.java | 124 void fmTxCmdSetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType, int msgLen, in fmTxCmdSetRdsTextRtMsg() 127 void fmTxCmdGetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType, int msgLen, in fmTxCmdGetRdsTextRtMsg() 460 private final int msgType; field in JFmTx.JFmRdsRtMsgType 462 private JFmRdsRtMsgType(int msgType) { in JFmRdsRtMsgType() 1253 public JFmTxStatus txSetRdsTextRtMsg(JFmRdsRtMsgType msgType, String msg, int msgLength) { in txSetRdsTextRtMsg() 1479 private static native int nativeJFmTx_SetRdsTextRtMsg(long contextValue, int msgType, in nativeJFmTx_SetRdsTextRtMsg() 2433 public static void nativeCb_fmTxCmdSetRdsTextRtMsg(long contextValue, int status, int msgType, in nativeCb_fmTxCmdSetRdsTextRtMsg() 2457 public static void nativeCb_fmTxCmdGetRdsTextRtMsg(long contextValue, int status, int msgType, in nativeCb_fmTxCmdGetRdsTextRtMsg()
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
D | LCML_Types.h | 123 DSP_EventType msgType; member
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/ |
D | IFmRadio.aidl | 135 boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength); in txSetRdsTextRtMsg()
|
D | FmRadio.java | 1747 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength) { in txSetRdsTextRtMsg()
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosCameraHWInterface.cpp | 291 void ExynosCameraHWInterface::enableMsgType(int32_t msgType) in enableMsgType() 314 void ExynosCameraHWInterface::disableMsgType(int32_t msgType) in disableMsgType() 322 bool ExynosCameraHWInterface::msgTypeEnabled(int32_t msgType) in msgTypeEnabled()
|
/hardware/ti/wpan/tools/FM/service/src/jni/ |
D | JFmTxNative.cpp | 496 static int nativeJFmTx_SetRdsTextRtMsg(JNIEnv *env, jobject obj, jlong jContextValue, jint msgType,… in nativeJFmTx_SetRdsTextRtMsg()
|
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
D | StubFmService.java | 4509 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength){ in txSetRdsTextRtMsg() 6472 int msgType,int msgLen,byte[]msg) { in fmTxCmdSetRdsTextRtMsg() 6481 int msgType,int msgLen,byte[]msg) { in fmTxCmdGetRdsTextRtMsg()
|