Searched defs:ext1 (Results 1 - 25 of 30) 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 DIHDCP.cpp45 int msg, int ext1, int ext2, const Parcel *obj) {
49 data.writeInt32(ext1);
179 int ext1 = data.readInt32(); local
190 notify(msg, ext1, ext2, &obj);
44 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
H A Dmediarecorder.cpp680 void MediaRecorder::notify(int msg, int ext1, int ext2) argument
682 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
692 listener->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...]
/frameworks/av/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 DIProCameraCallbacks.cpp50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
56 data.writeInt32(ext1);
94 int32_t ext1 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
H A DCameraBase.cpp171 int32_t ext1,
180 listener->notify(msgType, ext1, ext2);
170 notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
H A DCamera.cpp270 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
272 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
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/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/media/libmediaplayerservice/
H A DHDCP.cpp166 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
167 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
170 void HDCP::observe(int msg, int ext1, int ext2) { argument
174 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...]
/frameworks/av/cmds/stagefright/
H A Dstream.cpp269 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
/frameworks/av/include/media/
H A DMediaPlayerInterface.h68 int msg, int ext1, int ext2, const Parcel *obj);
206 void sendEvent(int msg, int ext1=0, int ext2=0, argument
209 if (mNotify) mNotify(mCookie, msg, ext1, ext2, obj);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp1154 void* cookie, int msg, int ext1, int ext2)
1219 int err_val = ext1;
1221 // ext1: Media framework error code.
1223 ALOGE("MEDIA_ERROR; error (%d, %d)", ext1, ext2);
1233 // ext1: Media framework error code.
1235 //ALOGW("MEDIA_INFO; info/warning (%d, %d)", ext1, ext2);
1246 ALOGV("MEDIA_BUFFERING_UPDATE; buffering %d", ext1);
1249 ALOGV("MEDIA_SET_VIDEO_SIZE; New video size %d x %d", ext1, ext2);
1278 //ext1 = 1; start the overlay display
1284 if (ext1
1153 notify( void* cookie, int msg, int ext1, int ext2) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp516 int msg, int ext1, int ext2, const Parcel *in) {
521 sendEvent(msg, ext1, ext2, in);
515 notifyListener( int msg, int ext1, int ext2, const Parcel *in) argument
H A DNuPlayer.cpp1095 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) { argument
1106 driver->notifyListener(msg, ext1, ext2, in);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp65 void notify(int msg, int ext1, int ext2);
98 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) argument
103 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
/frameworks/av/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 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp693 void CameraClient::notifyCallback(int32_t msgType, int32_t ext1, argument
709 // ext1 is the dimension of the yuv picture.
713 client->handleGenericNotify(msgType, ext1, ext2);
881 int32_t ext1, int32_t ext2) {
885 c->notifyCallback(msgType, ext1, ext2);
880 handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2) argument
/frameworks/av/camera/tests/
H A DProCameraTests.cpp258 virtual void onTriggerNotify(int32_t ext1, int32_t ext2, int32_t ext3) { argument
260 dout << "Trigger notify: " << ext1 << " " << ext2
295 virtual void notify(int32_t msg, int32_t ext1, int32_t ext2) { argument
297 << ", ext1: " << std::hex << ext1 << ", ext2: " << std::hex << ext2
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp500 int32_t msgCode, ext1, ext2; local
502 CHECK(msg->findInt32("ext1", &ext1));
505 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d",
506 msgCode, ext1, ext2);
1669 int msg, int ext1, int ext2, const Parcel *obj);
1683 int msg, int ext1, int ext2, const Parcel *obj) {
1686 notify->setInt32("ext1", ext1);
1682 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h33 int32_t ext1,
437 static void __notify_cb(int32_t msg_type, int32_t ext1, argument
443 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp63 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
171 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
193 mCameraJObjectWeak, msgType, ext1, ext2, NULL);

Completed in 945 milliseconds

12