Searched refs:msgType (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp336 uint32_t msgType = msg->what();
337 ALOGV("msgType = %d", msgType);
338 switch (msgType) {
358 size_t portIndex = (kWhatEmptyThisBuffer == msgType)?
370 CHECK((msgType == kWhatEmptyThisBuffer
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h76 virtual status_t takePicture(int msgType);
H A DCamera2Client.cpp1204 status_t Camera2Client::takePicture(int msgType) { argument
1257 res = mCaptureSequencer->startCapture(msgType);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DCaptureSequencer.cpp63 status_t CaptureSequencer::startCapture(int msgType) { argument
72 mMsgType = msgType;
709 sp<Camera2Client> client, int msgType) {
714 && (msgType & CAMERA_MSG_SHUTTER)) {
708 shutterNotifyLocked(const Parameters &params, sp<Camera2Client> client, int msgType) argument
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java602 int msgType = headers.getOctet(PduHeaders.MESSAGE_TYPE);
607 if ((msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
608 || (msgType == PduHeaders.MESSAGE_TYPE_SEND_REQ)) {
618 switch (msgType) {
660 "Unsupported PDU type: " + Integer.toHexString(msgType));
664 "Unrecognized PDU type: " + Integer.toHexString(msgType));
1329 int msgType = pdu.getMessageType();
1334 if ((msgType == PduHeaders.MESSAGE_TYPE_NOTIFICATION_IND)
1335 || (msgType == PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF)
1336 || (msgType
[all...]
/frameworks/av/camera/
H A DProCamera.cpp60 void ProCamera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
62 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java731 outStream.write(8, bData.userData.msgType);
1012 bData.userData.msgType = 0;
1016 bData.userData.msgType = inStream.read(8);
1284 switch (bData.userData.msgType) {
1297 bData.userData.msgType + ")");
1820 alertUserData.msgType = 0;
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h231 virtual status_t takePicture(int msgType) = 0;
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java1511 void notify(int msgType) { argument
1512 mErrorNotification = msgType;
1515 sm.sendMessage(msgType);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp231 static void jniPreviewProgressCallback(void* cookie, M4OSA_UInt32 msgType,
390 static void jniPreviewProgressCallback (void* cookie, M4OSA_UInt32 msgType, argument
407 switch(msgType)

Completed in 2812 milliseconds

12