Searched defs:ext1 (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/libmedia/ |
D | IMediaRecorderClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2) in notify() 60 int ext1 = data.readInt32(); in onTransact() local
|
D | IMediaPlayerClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() 63 int ext1 = data.readInt32(); in onTransact() local
|
D | mediarecorder.cpp | 827 void MediaRecorder::notify(int msg, int ext1, int ext2) in notify()
|
D | mediaplayer.cpp | 857 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | WriterListener.h | 32 virtual void notify(int32_t msg, int32_t ext1, int32_t ext2) { in notify()
|
/frameworks/av/camera/ |
D | ICameraClient.cpp | 47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() 132 int32_t ext1 = data.readInt32(); in onTransact() local
|
D | CameraBase.cpp | 231 int32_t ext1, in notifyCallback()
|
D | Camera.cpp | 298 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback()
|
/frameworks/wilhelm/src/android/ |
D | android_GenericMediaPlayer.cpp | 116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { in notify()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDriver.cpp | 1015 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener() 1021 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener_l()
|
D | NuPlayer.cpp | 2133 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) { in notifyListener()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.h | 448 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { in notify()
|
D | MediaPlayerService.cpp | 1615 int msg, int ext1, int ext2, const Parcel *obj) in notify()
|
/frameworks/base/media/jni/ |
D | android_media_MediaRecorder.cpp | 118 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) in notify()
|
D | android_media_MediaPlayer.cpp | 143 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify()
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
|