Searched defs:ext2 (Results 26 - 29 of 29) sorted by relevance

12

/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);
/frameworks/av/media/libmediaplayerservice/
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/libstagefright/
H A DAwesomePlayer.cpp588 void AwesomePlayer::notifyListener_l(int msg, int ext1, int ext2) { argument
593 listener->sendEvent(msg, ext1, ext2);
/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

Completed in 68 milliseconds

12