Searched defs:ext2 (Results 1 - 25 of 29) sorted by path

12

/frameworks/av/camera/
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
359 listener->notify(msgType, ext1, ext2);
H A DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
49 data.writeInt32(ext2);
95 int32_t ext2 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp268 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);
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/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1636 void PreviewPlayer::notifyListener_l(int msg, int ext1, int ext2) { argument
1641 listener->sendEvent(msg, ext1, ext2);
H A DVideoEditorPreviewController.cpp1154 void* cookie, int msg, int ext1, int ext2)
1198 pEditInfo->overlaySettingsIndex = ext2;
1222 // ext2: Implementation dependant error code.
1223 ALOGE("MEDIA_ERROR; error (%d, %d)", ext1, ext2);
1232 int info_val = ext2;
1234 // ext2: Implementation dependant error code.
1235 //ALOGW("MEDIA_INFO; info/warning (%d, %d)", ext1, ext2);
1249 ALOGV("MEDIA_SET_VIDEO_SIZE; New video size %d x %d", ext1, ext2);
1274 int overlayIndex = ext2;
1280 pEditInfo->overlaySettingsIndex = ext2;
1153 notify( void* cookie, int msg, int ext1, int ext2) argument
[all...]
/frameworks/av/media/libmedia/
H A DIHDCP.cpp42 int msg, int ext1, int ext2, const Parcel *obj) {
47 data.writeInt32(ext2);
122 int ext2 = data.readInt32(); local
132 notify(msg, ext1, ext2, &obj);
41 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) argument
44 data.writeInt32(ext2);
64 int ext2 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) argument
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
H A Dmediaplayer.cpp647 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
649 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
668 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
698 // ext2: Implementation dependant error code.
699 ALOGE("error (%d, %d)", ext1, ext2);
712 // ext2: Implementation dependant error code.
714 ALOGW("info/warning (%d, %d)", ext1, ext2);
733 ALOGV("New video size %d x %d", ext1, ext2);
735 mVideoHeight = ext2;
[all...]
H A Dmediarecorder.cpp659 void MediaRecorder::notify(int msg, int ext1, int ext2) argument
661 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
671 listener->notify(msg, ext1, ext2);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp114 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
115 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
118 void HDCP::observe(int msg, int ext1, int ext2) { argument
122 mObserver->notify(msg, ext1, ext2, NULL /* obj */);
H A DMediaPlayerService.cpp1066 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1087 const media::Metadata::Type metadata_type = ext2;
1099 ALOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1100 c->notify(msg, ext1, ext2, obj);
1843 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1845 ALOGV("notify(%p, %d, %d, %d)", cookie, msg, ext1, ext2);
1852 ALOGE("Error %d, %d occurred", ext1, ext2);
1065 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
1842 notify( void* cookie, int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp894 void NuPlayer::notifyListener(int msg, int ext1, int ext2) { argument
905 driver->notifyListener(msg, ext1, ext2);
H A DNuPlayerDriver.cpp351 void NuPlayerDriver::notifyListener(int msg, int ext1, int ext2) { argument
356 sendEvent(msg, ext1, ext2);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp588 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { argument
593 listener->sendEvent(msg, ext1, ext2);
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/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp40 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
41 ALOGI("notify %d, %d, %d", msg, ext1, ext2);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp387 int32_t msgCode, ext1, ext2; local
390 CHECK(msg->findInt32("ext2", &ext2));
392 ALOGI("Saw HDCP notification code %d, ext1 %d, ext2 %d",
393 msgCode, ext1, ext2);
1435 int msg, int ext1, int ext2, const Parcel *obj);
1449 int msg, int ext1, int ext2, const Parcel *obj) {
1453 notify->setInt32("ext2", ext2);
1448 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp446 int32_t ext2,
452 ext1, ext2, ext3);
456 listener->notifyError(ext1, ext2, ext3);
459 nsecs_t timestamp = (nsecs_t)ext2 | ((nsecs_t)(ext3) << 32 );
464 listener->notifyAutoFocus(ext1, ext2);
467 listener->notifyAutoExposure(ext1, ext2);
470 listener->notifyAutoWhitebalance(ext1, ext2);
474 __FUNCTION__, msg_type, ext1, ext2, ext3);
444 notificationCallback(int32_t msg_type, int32_t ext1, int32_t ext2, int32_t ext3, void *user) argument
H A DCameraClient.cpp687 int32_t ext2, void* user) {
706 client->handleGenericNotify(msgType, ext1, ext2);
874 int32_t ext1, int32_t ext2) {
878 c->notifyCallback(msgType, ext1, ext2);
686 notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user) argument
873 handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2) argument
H A DCameraHardwareInterface.h34 int32_t ext2,
443 int32_t ext2, void *user)
448 __this->mNotifyCb(msg_type, ext1, ext2, __this->mCbUser);
442 __notify_cb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user) argument
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp169 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2);
242 void MCameraClient::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) { argument
/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 2915 milliseconds

12