Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/media/libmedia/
DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) in notify() argument
44 data.writeInt32(ext2); in notify()
61 int ext2 = data.readInt32(); in onTransact() local
62 notify(msg, ext1, ext2); in onTransact()
DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument
44 data.writeInt32(ext2); in notify()
64 int ext2 = data.readInt32(); in onTransact() local
70 notify(msg, ext1, ext2, &obj); in onTransact()
Dmediaplayer.cpp800 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument
802 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
821 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
852 ALOGE("error (%d, %d)", ext1, ext2); in notify()
867 ALOGW("info/warning (%d, %d)", ext1, ext2); in notify()
886 ALOGV("New video size %d x %d", ext1, ext2); in notify()
888 mVideoHeight = ext2; in notify()
900 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
911 listener->notify(msg, ext1, ext2, obj); in notify()
DIHDCP.cpp45 int msg, int ext1, int ext2, const Parcel *obj) { in notify()
50 data.writeInt32(ext2); in notify()
180 int ext2 = data.readInt32(); in onTransact() local
190 notify(msg, ext1, ext2, &obj); in onTransact()
Dmediarecorder.cpp724 void MediaRecorder::notify(int msg, int ext1, int ext2) in notify() argument
726 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
736 listener->notify(msg, ext1, ext2); in notify()
/frameworks/av/media/libmediaplayerservice/
DHDCP.cpp162 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { in ObserveWrapper() argument
163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2); in ObserveWrapper()
166 void HDCP::observe(int msg, int ext1, int ext2) { in observe() argument
170 mObserver->notify(msg, ext1, ext2, NULL /* obj */); in observe()
DHDCP.h57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
58 void observe(int msg, int ext1, int ext2);
/frameworks/base/tools/aapt/
DFileFinder.cpp89 String8 ext2 = extensions[i].getPathExtension(); in checkAndAddFile() local
90 ext2.toLower(); in checkAndAddFile()
92 if (ext == ext2) { in checkAndAddFile()
/frameworks/av/camera/
DICameraClient.cpp46 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() argument
53 data.writeInt32(ext2); in notifyCallback()
109 int32_t ext2 = data.readInt32(); in onTransact() local
110 notifyCallback(msgType, ext1, ext2); in onTransact()
DCameraBase.cpp200 int32_t ext2) in notifyCallback() argument
208 listener->notify(msgType, ext1, ext2); in notifyCallback()
/frameworks/wilhelm/src/android/
Dandroid_GenericMediaPlayer.cpp116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { in notify() argument
119 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2); in notify()
147 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) { in notify()
149 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/); in notify()
179 media_error_type_to_string((media_error_type) ext1), ext1, ext2); in notify()
198 media_info_type_to_string((media_info_type) ext1), ext1, ext2); in notify()
204 SL_LOGV("MEDIA_INFO_NETWORK_BANDWIDTH %d kbps", ext2); in notify()
/frameworks/av/include/media/stagefright/
DMediaWriter.h60 void notify(int msg, int ext1, int ext2) { in notify()
62 mListener->notify(msg, ext1, ext2); in notify()
/frameworks/av/include/media/
DMediaPlayerInterface.h70 int msg, int ext1, int ext2, const Parcel *obj);
255 void sendEvent(int msg, int ext1=0, int ext2=0,
265 if (notifyCB) notifyCB(cookie, msg, ext1, ext2, obj);
Dmediarecorder.h210 virtual void notify(int msg, int ext1, int ext2) = 0;
246 void notify(int msg, int ext1, int ext2);
DIMediaRecorderClient.h31 virtual void notify(int msg, int ext1, int ext2) = 0;
DIMediaPlayerClient.h31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
Dmediaplayer.h198 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
245 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
DIHDCP.h28 int msg, int ext1, int ext2, const Parcel *obj) = 0;
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.h79 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
127 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
DNuPlayerDriver.cpp711 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener() argument
713 notifyListener_l(msg, ext1, ext2, in); in notifyListener()
717 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener_l() argument
719 this, msg, ext1, ext2, mAutoLoop, mLooping); in notifyListener_l()
762 sendEvent(msg, ext1, ext2, in); in notifyListener_l()
/frameworks/av/include/camera/
DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
164 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
DCameraBase.h108 int32_t ext2);
/frameworks/av/services/camera/libcameraservice/api1/
DCameraClient.h102 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
113 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
/frameworks/av/include/camera/android/hardware/
DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/native/include/media/hardware/
DHDCPAPI.h29 typedef void (*ObserverFunc)(void *cookie, int msg, int ext1, int ext2);

12