Searched defs:ext1 (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1066 void* cookie, int msg, int ext1, int ext2, const Parcel *obj)
1086 MEDIA_INFO_METADATA_UPDATE == ext1) {
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);
1853 p->mError = ext1;
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.cpp445 int32_t ext1,
452 ext1, ext2, ext3);
456 listener->notifyError(ext1, ext2, ext3);
460 listener->notifyShutter(ext1, timestamp);
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 119 milliseconds

12