Searched defs:ext1 (Results  1 – 17 of 17) 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 | 862 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 | 245                                                   int32_t ext1,  in notifyCallback()
 | 
| D | Camera.cpp | 299 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 | 1034         int msg, int ext1, int ext2, const Parcel *in) {  in notifyListener()1040         int msg, int ext1, int ext2, const Parcel *in) {  in notifyListener_l()
 
 | 
| D | NuPlayer.cpp | 2148 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) {  in notifyListener()
 | 
| /frameworks/av/media/libmediaplayerservice/fuzzer/ | 
| D | mediaplayer_fuzzer.cpp | 346     int32_t ext1 = mFdp.PickValueInArray(kMediaInfoTypes);  in invokeMediaPlayer()  local
 | 
| /frameworks/av/media/libmediaplayerservice/ | 
| D | MediaPlayerService.h | 457             virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) {  in notify()
 | 
| D | MediaPlayerService.cpp | 1629         int msg, int ext1, int ext2, const Parcel *obj)  in notify()
 | 
| /frameworks/base/media/jni/ | 
| D | android_media_MediaRecorder.cpp | 117 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()
 |