Searched defs:ext1 (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/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 Dmediarecorder.cpp772 void MediaRecorder::notify(int msg, int ext1, int ext2) argument
774 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
784 listener->notify(msg, ext1, ext2);
H A Dmediaplayer.cpp848 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
850 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
869 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
888 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj);
901 // ext1: Media framework error code.
903 ALOGE("error (%d, %d)", ext1, ext2);
909 mPrepareStatus = ext1;
915 // ext1: Media framework error code.
917 if (ext1 !
[all...]
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { argument
61 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { argument
61 mListener->notify(msg, ext1, ext2);
/frameworks/av/camera/
H A DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
53 data.writeInt32(ext1);
132 int32_t ext1 = data.readInt32(); local
134 notifyCallback(msgType, ext1, ext2);
H A DCameraBase.cpp217 int32_t ext1,
226 listener->notify(msgType, ext1, ext2);
216 notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
353 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
H A DMediaPlayer2Interface.h59 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) = 0;
240 void sendEvent(int64_t srcId, int msg, int ext1=0, int ext2=0, const Parcel *obj=NULL) { argument
248 listener->notify(srcId, msg, ext1, ext2, obj);
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp81 // Map a media_error_type enum (the ext1 of a MEDIA_ERROR event) to a string or NULL
95 // Map a media_info_type enum (the ext1 of a MEDIA_INFO event) to a string or NULL
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
118 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
119 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
147 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
149 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/);
163 if (ext1 < 0) {
164 SL_LOGE("MEDIA_BUFFERING_UPDATE %d%% < 0", ext1);
165 ext1
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h76 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
282 void sendEvent(int msg, int ext1=0, int ext2=0, argument
291 listener->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h76 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
282 void sendEvent(int msg, int ext1=0, int ext2=0, argument
291 listener->notify(msg, ext1, ext2, obj);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp83 void notify(int msg, int ext1, int ext2);
116 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) argument
121 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, NULL);
H A Dandroid_media_MediaPlayer.cpp111 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
144 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
153 msg, ext1, ext2, jParcel);
158 msg, ext1, ext2, NULL);
/frameworks/av/media/libmediaplayer2/
H A Dmediaplayer2.cpp226 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) override {
229 player->notify(srcId, msg, ext1, ext2, obj);
1294 void MediaPlayer2::notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) { argument
1295 ALOGV("message received srcId=%lld, msg=%d, ext1=%d, ext2=%d",
1296 (long long)srcId, msg, ext1, ext2);
1298 if (MEDIA2_INFO == msg && MEDIA2_INFO_METADATA_UPDATE == ext1) {
1329 (long long)srcId, msg, ext1, ext2);
1343 (long long)srcId, msg, ext1, ext2, obj);
1356 // ext1: Media framework error code.
1358 ALOGE("error (%d, %d)", ext1, ext
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Driver.cpp881 int32_t ext1 = 0; local
885 msg->findInt32("ext1", &ext1);
892 sendEvent(srcId, msgId, ext1, ext2, (in == NULL ? NULL : in->getParcel()));
901 int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) {
903 notifyListener_l(srcId, msg, ext1, ext2, in);
907 int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) {
909 this, (long long)srcId, msg, ext1, ext2,
949 // ext1 is our primary 'error type' value. Only add ext2 when non-zero.
952 mAnalyticsItem->setInt32(kPlayerError, ext1);
900 notifyListener( int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) argument
906 notifyListener_l( int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) argument
[all...]
H A DNuPlayer2.cpp2149 void NuPlayer2::notifyListener(int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) { argument
2160 driver->notifyListener(srcId, msg, ext1, ext2, in);
2628 notifyListener(srcId, MEDIA2_DRM_INFO, 0 /* ext1 */, 0 /* ext2 */, &parcel);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h378 void notify(int msg, int ext1, int ext2, const Parcel *obj);
472 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
475 client->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp954 int msg, int ext1, int ext2, const Parcel *in) {
956 notifyListener_l(msg, ext1, ext2, in);
960 int msg, int ext1, int ext2, const Parcel *in) {
962 this, msg, ext1, ext2, (in == NULL ? -1 : (int)in->dataSize()), mAutoLoop, mLooping);
1000 // ext1 is our primary 'error type' value. Only add ext2 when non-zero.
1003 mAnalyticsItem->setInt32(kPlayerError, ext1);
1018 sendEvent(msg, ext1, ext2, in);
953 notifyListener( int msg, int ext1, int ext2, const Parcel *in) argument
959 notifyListener_l( int msg, int ext1, int ext2, const Parcel *in) argument
H A DNuPlayer.cpp2102 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) { argument
2113 driver->notifyListener(msg, ext1, ext2, in);
2535 notifyListener(MEDIA_DRM_INFO, 0 /* ext1 */, 0 /* ext2 */, &parcel);
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp52 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
82 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { argument
84 UNUSED_UNLESS_VERBOSE(ext1);
86 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp848 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, argument
859 // ext1 is the dimension of the yuv picture.
863 client->handleGenericNotify(msgType, ext1, ext2);
1071 int32_t ext1, int32_t ext2) {
1075 c->notifyCallback(msgType, ext1, ext2);
1070 handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2) argument
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp74 NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2) {
75 sNotifyCb((int32_t) msgType, ext1, ext2, (void*) this);
733 void CameraHardwareInterface::sNotifyCb(int32_t msg_type, int32_t ext1, argument
739 object->mNotifyCb(msg_type, ext1, ext2, object->mCbUser);
73 notifyCallback( NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp76 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
219 mCameraJObjectWeak, msgType, ext1, ext2, NULL);

Completed in 291 milliseconds

12