Searched refs:ext1 (Results 1 - 25 of 50) 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 Dmediaplayer.cpp666 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
668 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
687 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
716 // ext1: Media framework error code.
718 ALOGE("error (%d, %d)", ext1, ext2);
724 mPrepareStatus = ext1;
730 // ext1: Media framework error code.
732 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) {
733 ALOGW("info/warning (%d, %d)", ext1, ext
[all...]
H A DIHDCP.cpp43 int msg, int ext1, int ext2, const Parcel *obj) {
47 data.writeInt32(ext1);
145 int ext1 = data.readInt32(); local
156 notify(msg, ext1, ext2, &obj);
42 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h51 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
52 void observe(int msg, int ext1, int ext2);
H A DHDCP.cpp134 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
135 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
138 void HDCP::observe(int msg, int ext1, int ext2) { argument
142 mObserver->notify(msg, ext1, ext2, NULL /* 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
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
118 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
146 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
148 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/);
162 if (ext1 < 0) {
163 SL_LOGE("MEDIA_BUFFERING_UPDATE %d%% < 0", ext1);
164 ext1
[all...]
H A Dandroid_GenericMediaPlayer.h36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
/frameworks/av/camera/
H A DIProCameraCallbacks.cpp53 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
59 data.writeInt32(ext1);
97 int32_t ext1 = data.readInt32(); local
99 notifyCallback(msgType, ext1, ext2);
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);
/frameworks/av/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 DIHDCP.h27 int msg, int ext1, int ext2, const Parcel *obj) = 0;
H A Dmediaplayer.h57 // 'ext1' should be a value from the enum media_error_type.
87 // 'ext1' should be a value from the enum media_info_type.
183 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
220 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;
231 void notify(int msg, int ext1, int ext2);
H A DMediaPlayerInterface.h68 int msg, int ext1, int ext2, const Parcel *obj);
191 void sendEvent(int msg, int ext1=0, int ext2=0, argument
194 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h57 void notify(int msg, int ext1, int ext2) { argument
59 mListener->notify(msg, ext1, ext2);
/frameworks/av/include/camera/
H A DICameraClient.h34 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
H A DIProCameraCallbacks.h37 int32_t ext1,
H A DProCamera.h46 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
56 virtual void onTriggerNotify(int32_t msgType, int32_t ext1, int32_t ext2)
/frameworks/native/include/media/hardware/
H A DHDCPAPI.h28 typedef void (*ObserverFunc)(void *cookie, int msg, int ext1, int ext2);
36 // ext1 should be a suitable error code (status_t), ext2 is
43 // ext1 should be a suitable error code, ext2 is unused.
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h96 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
107 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h135 static void notify(void* cookie, int msg, int ext1, int ext2);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h158 void notifyListener(int msg, int ext1, int ext2);
H A DNuPlayerDriver.h72 void notifyListener(int msg, int ext1 = 0, int ext2 = 0);

Completed in 351 milliseconds

12