Searched refs:ext1 (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/media/libmedia/
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) argument
43 data.writeInt32(ext1);
63 int ext1 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) argument
43 data.writeInt32(ext1);
60 int ext1 = data.readInt32(); local
62 notify(msg, ext1, ext2);
H A Dmediaplayer.cpp602 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
604 LOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
623 LOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
652 // ext1: Media framework error code.
654 LOGE("error (%d, %d)", ext1, ext2);
660 mPrepareStatus = ext1;
666 // ext1: Media framework error code.
668 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) {
669 LOGW("info/warning (%d, %d)", ext1, ext
[all...]
H A Dmediarecorder.cpp660 void MediaRecorder::notify(int msg, int ext1, int ext2) argument
662 LOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
672 listener->notify(msg, ext1, ext2);
/frameworks/base/include/media/
H A DIMediaPlayerClient.h31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
H A DIMediaRecorderClient.h31 virtual void notify(int msg, int ext1, int ext2) = 0;
H A Dmediaplayer.h55 // 'ext1' should be a value from the enum media_error_type.
85 // 'ext1' should be a value from the enum media_info_type.
155 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
192 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
H A Dmediarecorder.h197 virtual void notify(int msg, int ext1, int ext2) = 0;
230 void notify(int msg, int ext1, int ext2);
H A DMediaPlayerInterface.h59 int msg, int ext1, int ext2, const Parcel *obj);
166 void sendEvent(int msg, int ext1=0, int ext2=0, argument
169 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
/frameworks/base/include/media/stagefright/
H A DMediaWriter.h57 void notify(int msg, int ext1, int ext2) { argument
59 mListener->notify(msg, ext1, ext2);
/frameworks/base/include/camera/
H A DICameraClient.h34 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
H A DCamera.h61 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/base/libs/camera/
H A DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
48 data.writeInt32(ext1);
94 int32_t ext1 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
H A DCamera.cpp350 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
358 listener->notify(msgType, ext1, ext2);
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h135 void notifyListener(int msg, int ext1, int ext2);
H A DNuPlayerDriver.h69 void notifyListener(int msg, int ext1 = 0, int ext2 = 0);
H A DNuPlayerDriver.cpp320 void NuPlayerDriver::notifyListener(int msg, int ext1, int ext2) { argument
325 sendEvent(msg, ext1, ext2);
/frameworks/base/services/camera/libcameraservice/
H A DCameraService.h144 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
157 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
H A DCameraHardwareInterface.h35 int32_t ext1,
444 static void __notify_cb(int32_t msg_type, int32_t ext1, argument
450 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp66 void notify(int msg, int ext1, int ext2);
99 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) argument
104 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h142 static void notify(void* cookie, int msg, int ext1, int ext2);
H A DVideoEditorPreviewController.cpp1146 void* cookie, int msg, int ext1, int ext2)
1211 int err_val = ext1;
1213 // ext1: Media framework error code.
1215 LOGE("MEDIA_ERROR; error (%d, %d)", ext1, ext2);
1225 // ext1: Media framework error code.
1227 //LOGW("MEDIA_INFO; info/warning (%d, %d)", ext1, ext2);
1238 LOGV("MEDIA_BUFFERING_UPDATE; buffering %d", ext1);
1241 LOGV("MEDIA_SET_VIDEO_SIZE; New video size %d x %d", ext1, ext2);
1270 //ext1 = 1; start the overlay display
1276 if (ext1
1145 notify( void* cookie, int msg, int ext1, int ext2) argument
[all...]
/frameworks/base/media/libstagefright/
H A DCameraSource.cpp41 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
65 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { argument
66 LOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1071 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1076 MEDIA_INFO_METADATA_UPDATE == ext1) {
1087 LOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1088 client->mClient->notify(msg, ext1, ext2, obj);
1680 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1682 LOGV("notify(%p, %d, %d, %d)", cookie, msg, ext1, ext2);
1689 LOGE("Error %d, %d occurred", ext1, ext2);
1690 p->mError = ext1;
1070 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
1679 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
H A DMediaPlayerService.h161 int ext1, int ext2, const Parcel *obj);
285 int ext1, int ext2, const Parcel *obj);

Completed in 304 milliseconds

12