Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/test/
Dqcamera_test.cpp165 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/
DAppCallbackNotifier.cpp690 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()
DCameraHal.cpp123 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/
Dcamera_test_menu.cpp653 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/
DJFmTx.java124 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/
DLCML_Types.h123 DSP_EventType msgType; member
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
DIFmRadio.aidl135 boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength); in txSetRdsTextRtMsg()
DFmRadio.java1747 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength) { in txSetRdsTextRtMsg()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.cpp291 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/
DJFmTxNative.cpp496 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/
DStubFmService.java4509 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()