Searched defs:msgType (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_Types.h123 DSP_EventType msgType; member in struct:NOTIFICATION_OBJ
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A DmlmeParser.c103 dot11MgmtSubType_e msgType; local
127 status = mlmeParser_getFrameType(pHandle, (TI_UINT16 *)&pMgmtFrame->hdr.fc, &msgType);
141 pHandle->tempFrameInfo.frame.subType = msgType;
197 switch (msgType)
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp690 void AppCallbackNotifier::copyAndSendPictureFrame(CameraFrame* frame, int32_t msgType) argument
719 mCameraHal->msgTypeEnabled(msgType)) {
720 mDataCb(msgType, picture, 0, NULL, mCallbackCookie);
726 void AppCallbackNotifier::copyAndSendPreviewFrame(CameraFrame* frame, int32_t msgType) argument
790 mCameraHal->msgTypeEnabled(msgType) &&
792 mDataCb(msgType, mPreviewMemory, mPreviewBufCount, NULL, mCallbackCookie);
1744 status_t AppCallbackNotifier::enableMsgType(int32_t msgType) argument
1746 if( msgType & (CAMERA_MSG_POSTVIEW_FRAME | CAMERA_MSG_PREVIEW_FRAME) ) {
1753 status_t AppCallbackNotifier::disableMsgType(int32_t msgType) argument
1755 if( msgType
[all...]
H A DCameraHal.cpp123 void CameraHal::enableMsgType(int32_t msgType) argument
127 if ( ( msgType & CAMERA_MSG_SHUTTER ) && ( !mShutterEnabled ) )
129 msgType &= ~CAMERA_MSG_SHUTTER;
134 msgType &= ~(CAMERA_MSG_FOCUS | CAMERA_MSG_FOCUS_MOVE);
138 mMsgEnabled |= msgType;
146 msgType &= ~CAMERA_MSG_PREVIEW_FRAME;
154 CAMHAL_LOGDB("Preview callback not enabled %x", msgType);
159 mAppCallbackNotifier->enableMsgType (msgType);
171 void CameraHal::disableMsgType(int32_t msgType) argument
177 mMsgEnabled &= ~msgType;
202 msgTypeEnabled(int32_t msgType) argument
[all...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
H A DFmRadio.java1747 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength) { argument
1752 return mService.txSetRdsTextRtMsg(msgType, msg, msgLength);
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp496 static int nativeJFmTx_SetRdsTextRtMsg(JNIEnv *env, jobject obj, jlong jContextValue, jint msgType,jstring msg,jint length) argument
526 // FmTxStatus status =FM_TX_SetRdsTextRtMsg(fmTxContext,(FmcRdsRtMsgType)msgType,(const FMC_U8 *)rtMsg,(FMC_UINT)length);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp651 void CameraHandler::notify(int32_t msgType, int32_t ext1, int32_t ext2) { argument
653 printf("Notify cb: %d %d %d\n", msgType, ext1, ext2);
655 if ( msgType & CAMERA_MSG_FOCUS )
658 if ( msgType & CAMERA_MSG_SHUTTER )
661 if ( msgType & CAMERA_MSG_ERROR && (ext1 == 1))
685 void CameraHandler::postData(int32_t msgType, argument
688 printf("Data cb: %d\n", msgType);
690 if ( msgType & CAMERA_MSG_PREVIEW_FRAME )
693 if ( msgType & CAMERA_MSG_RAW_IMAGE ) {
698 if (msgType
714 postDataTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& dataPtr) argument
[all...]
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java124 void fmTxCmdSetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType, int msgLen, argument
127 void fmTxCmdGetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType, int msgLen, argument
460 private final int msgType; field in class:JFmTx.JFmRdsRtMsgType
462 private JFmRdsRtMsgType(int msgType) { argument
463 this.msgType = msgType;
467 return msgType;
1253 public JFmTxStatus txSetRdsTextRtMsg(JFmRdsRtMsgType msgType, String msg, int msgLength) { argument
1259 int status = nativeJFmTx_SetRdsTextRtMsg(txContext.getValue(), msgType.getValue(), msg,
1479 private static native int nativeJFmTx_SetRdsTextRtMsg(long contextValue, int msgType, argument
2433 nativeCb_fmTxCmdSetRdsTextRtMsg(long contextValue, int status, int msgType, int msgLen, byte[] msg) argument
2457 nativeCb_fmTxCmdGetRdsTextRtMsg(long contextValue, int status, int msgType, int msgLen, byte[] msg) argument
[all...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java4509 public boolean txSetRdsTextRtMsg(int msgType, String msg, int msgLength){ argument
4516 JFmTx.JFmRdsRtMsgType.class, msgType);
6472 int msgType,int msgLen,byte[]msg) {
6481 int msgType,int msgLen,byte[]msg) {
6484 Log.d(TAG, " fmTxCmdgetRdsTextRtMsg ( status: " + status + "msgType: " + msgType +
6471 fmTxCmdSetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType,int msgLen,byte[]msg) argument
6480 fmTxCmdGetRdsTextRtMsg(JFmTx context, JFmTxStatus status, int msgType,int msgLen,byte[]msg) argument

Completed in 130 milliseconds