Searched refs:ext2 (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/av/media/libmedia/
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) argument
44 data.writeInt32(ext2);
64 int ext2 = data.readInt32(); local
70 notify(msg, ext1, ext2, &obj);
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) argument
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
H A Dmediaplayer.cpp725 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
727 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
746 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
776 // ext2: Implementation dependant error code.
777 ALOGE("error (%d, %d)", ext1, ext2);
790 // ext2: Implementation dependant error code.
792 ALOGW("info/warning (%d, %d)", ext1, ext2);
811 ALOGV("New video size %d x %d", ext1, ext2);
813 mVideoHeight = ext2;
[all...]
H A DIHDCP.cpp45 int msg, int ext1, int ext2, const Parcel *obj) {
50 data.writeInt32(ext2);
180 int ext2 = data.readInt32(); local
190 notify(msg, ext1, ext2, &obj);
44 notify( int msg, int ext1, int ext2, const Parcel *obj) argument
/frameworks/base/tools/aapt/
H A DFileFinder.cpp89 String8 ext2 = extensions[i].getPathExtension(); local
90 ext2.toLower();
92 if (ext == ext2) {
/frameworks/av/camera/
H A DIProCameraCallbacks.cpp50 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
57 data.writeInt32(ext2);
95 int32_t ext2 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
H A DICameraClient.cpp42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
49 data.writeInt32(ext2);
95 int32_t ext2 = data.readInt32(); local
96 notifyCallback(msgType, ext1, ext2);
/frameworks/av/include/media/
H A DIMediaPlayerClient.h31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
H A DIMediaRecorderClient.h31 virtual void notify(int msg, int ext1, int ext2) = 0;
H A DIHDCP.h28 int msg, int ext1, int ext2, const Parcel *obj) = 0;
H A Dmediarecorder.h205 virtual void notify(int msg, int ext1, int ext2) = 0;
239 void notify(int msg, int ext1, int ext2);
H A DMediaPlayerInterface.h69 int msg, int ext1, int ext2, const Parcel *obj);
209 void sendEvent(int msg, int ext1=0, int ext2=0, argument
219 if (notifyCB) notifyCB(cookie, msg, ext1, ext2, obj);
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h60 void notify(int msg, int ext1, int ext2) { argument
62 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2);
58 void observe(int msg, int ext1, int ext2);
H A DHDCP.cpp162 void HDCP::ObserveWrapper(void *me, int msg, int ext1, int ext2) { argument
163 static_cast<HDCP *>(me)->observe(msg, ext1, ext2);
166 void HDCP::observe(int msg, int ext1, int ext2) { argument
170 mObserver->notify(msg, ext1, ext2, NULL /* obj */);
/frameworks/av/include/camera/
H A DICameraClient.h37 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
H A DIProCameraCallbacks.h41 int32_t ext2) = 0;
H A DProCamera.h47 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
57 virtual void onTriggerNotify(int32_t msgType, int32_t ext1, int32_t ext2)
250 int32_t ext2);
H A DCameraBase.h94 int32_t ext2);
H A DCamera.h40 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
147 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.h73 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
122 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
H A DNuPlayerDriver.cpp636 int msg, int ext1, int ext2, const Parcel *in) {
638 notifyListener_l(msg, ext1, ext2, in);
642 int msg, int ext1, int ext2, const Parcel *in) {
685 sendEvent(msg, ext1, ext2, in);
635 notifyListener( int msg, int ext1, int ext2, const Parcel *in) argument
641 notifyListener_l( int msg, int ext1, int ext2, const Parcel *in) argument
/frameworks/native/include/media/hardware/
H A DHDCPAPI.h29 typedef void (*ObserverFunc)(void *cookie, int msg, int ext1, int ext2);
37 // ext1 should be a suitable error code (status_t), ext2 is
44 // ext1 should be a suitable error code, ext2 is unused.
85 // in the "ext2" argument of the HDCP_INITIALIZATION_COMPLETE callback.
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
118 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
146 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
148 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/);
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
177 media_error_type_to_string((media_error_type) ext1), ext1, ext2);
194 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_INFO, ext1=%s (%d), ext2=%d)",
195 media_info_type_to_string((media_info_type) ext1), ext1, ext2);
201 SL_LOGV("MEDIA_INFO_NETWORK_BANDWIDTH %d kbps", ext2);
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h98 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user);
109 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);

Completed in 363 milliseconds

12