Searched defs:ext2 (Results 1 - 25 of 28) 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 Dmediarecorder.cpp772 void MediaRecorder::notify(int msg, int ext1, int ext2) argument
774 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
784 listener->notify(msg, ext1, ext2);
H A Dmediaplayer.cpp848 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) argument
850 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
869 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
888 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj);
902 // ext2: Implementation dependant error code.
903 ALOGE("error (%d, %d)", ext1, ext2);
916 // ext2: Implementation dependant error code.
918 ALOGW("info/warning (%d, %d)", ext1, ext2);
939 ALOGV("New video size %d x %d", ext1, ext2);
[all...]
/frameworks/base/tools/aapt/
H A DFileFinder.cpp89 String8 ext2 = extensions[i].getPathExtension(); local
90 ext2.toLower();
92 if (ext == ext2) {
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { argument
61 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { argument
61 mListener->notify(msg, ext1, ext2);
/frameworks/av/camera/
H A DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
54 data.writeInt32(ext2);
133 int32_t ext2 = data.readInt32(); local
134 notifyCallback(msgType, ext1, ext2);
H A DCameraBase.cpp204 notifyCallback(CAMERA_MSG_ERROR, CAMERA_ERROR_SERVER_DIED, /*ext2*/0);
218 int32_t ext2)
226 listener->notify(msgType, ext1, ext2);
216 notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
H A DCamera.cpp351 void Camera::notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) argument
353 return CameraBaseT::notifyCallback(msgType, ext1, ext2);
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
H A DMediaPlayer2Interface.h59 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) = 0;
240 void sendEvent(int64_t srcId, int msg, int ext1=0, int ext2=0, const Parcel *obj=NULL) { argument
248 listener->notify(srcId, msg, ext1, ext2, obj);
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
118 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
119 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
147 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
149 (int32_t)ext1 /*width*/, (int32_t)ext2 /*height*/, true /*async*/);
178 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
179 media_error_type_to_string((media_error_type) ext1), ext1, ext2);
197 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_INFO, ext1=%s (%d), ext2=%d)",
198 media_info_type_to_string((media_info_type) ext1), ext1, ext2);
204 SL_LOGV("MEDIA_INFO_NETWORK_BANDWIDTH %d kbps", ext2);
[all...]
/frameworks/av/include/media/
H A DMediaPlayerInterface.h76 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
282 void sendEvent(int msg, int ext1=0, int ext2=0, argument
291 listener->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h76 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
282 void sendEvent(int msg, int ext1=0, int ext2=0, argument
291 listener->notify(msg, ext1, ext2, obj);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp83 void notify(int msg, int ext1, int ext2);
116 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) argument
121 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, NULL);
/frameworks/av/media/libmediaplayer2/
H A Dmediaplayer2.cpp226 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) override {
229 player->notify(srcId, msg, ext1, ext2, obj);
1294 void MediaPlayer2::notify(int64_t srcId, int msg, int ext1, int ext2, const Parcel *obj) { argument
1295 ALOGV("message received srcId=%lld, msg=%d, ext1=%d, ext2=%d",
1296 (long long)srcId, msg, ext1, ext2);
1299 const media::Metadata::Type metadata_type = ext2;
1329 (long long)srcId, msg, ext1, ext2);
1343 (long long)srcId, msg, ext1, ext2, obj);
1357 // ext2: Implementation dependant error code.
1358 ALOGE("error (%d, %d)", ext1, ext2);
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Driver.cpp882 int32_t ext2 = 0; local
886 msg->findInt32("ext2", &ext2);
892 sendEvent(srcId, msgId, ext1, ext2, (in == NULL ? NULL : in->getParcel()));
901 int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) {
903 notifyListener_l(srcId, msg, ext1, ext2, in);
907 int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) {
909 this, (long long)srcId, msg, ext1, ext2,
949 // ext1 is our primary 'error type' value. Only add ext2 when non-zero.
953 if (ext2 !
900 notifyListener( int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) argument
906 notifyListener_l( int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) argument
[all...]
H A DNuPlayer2.cpp2149 void NuPlayer2::notifyListener(int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) { argument
2160 driver->notifyListener(srcId, msg, ext1, ext2, in);
2628 notifyListener(srcId, MEDIA2_DRM_INFO, 0 /* ext1 */, 0 /* ext2 */, &parcel);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h378 void notify(int msg, int ext1, int ext2, const Parcel *obj);
472 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { argument
475 client->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp954 int msg, int ext1, int ext2, const Parcel *in) {
956 notifyListener_l(msg, ext1, ext2, in);
960 int msg, int ext1, int ext2, const Parcel *in) {
962 this, msg, ext1, ext2, (in == NULL ? -1 : (int)in->dataSize()), mAutoLoop, mLooping);
1000 // ext1 is our primary 'error type' value. Only add ext2 when non-zero.
1004 if (ext2 != 0) {
1005 mAnalyticsItem->setInt32(kPlayerErrorCode, ext2);
1018 sendEvent(msg, ext1, ext2, in);
953 notifyListener( int msg, int ext1, int ext2, const Parcel *in) argument
959 notifyListener_l( int msg, int ext1, int ext2, const Parcel *in) argument
H A DNuPlayer.cpp2102 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) { argument
2113 driver->notifyListener(msg, ext1, ext2, in);
2535 notifyListener(MEDIA_DRM_INFO, 0 /* ext1 */, 0 /* ext2 */, &parcel);
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp52 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
82 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { argument
85 UNUSED_UNLESS_VERBOSE(ext2);
86 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp849 int32_t ext2, void* user) {
863 client->handleGenericNotify(msgType, ext1, ext2);
1071 int32_t ext1, int32_t ext2) {
1075 c->notifyCallback(msgType, ext1, ext2);
848 notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user) argument
1070 handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2) argument
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp74 NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2) {
75 sNotifyCb((int32_t) msgType, ext1, ext2, (void*) this);
734 int32_t ext2, void *user)
739 object->mNotifyCb(msg_type, ext1, ext2, object->mCbUser);
73 notifyCallback( NotifyCallbackMsg msgType, int32_t ext1, int32_t ext2) argument
733 sNotifyCb(int32_t msg_type, int32_t ext1, int32_t ext2, void *user) argument
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp76 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) argument
219 mCameraJObjectWeak, msgType, ext1, ext2, NULL);

Completed in 3766 milliseconds

12