Home
last modified time | relevance | path

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

123

/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.cpp848 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument
850 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
869 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
888 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj); in notify()
903 ALOGE("error (%d, %d)", ext1, ext2); in notify()
918 ALOGW("info/warning (%d, %d)", ext1, ext2); in notify()
939 ALOGV("New video size %d x %d", ext1, ext2); in notify()
941 mVideoHeight = ext2; in notify()
956 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
967 listener->notify(msg, ext1, ext2, obj); in notify()
/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/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/media/libstagefright/include/media/stagefright/
DMediaWriter.h59 void notify(int msg, int ext1, int ext2) { in notify()
61 mListener->notify(msg, ext1, ext2); in notify()
/frameworks/av/camera/
DICameraClient.cpp47 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) in notifyCallback() argument
54 data.writeInt32(ext2); in notifyCallback()
133 int32_t ext2 = data.readInt32(); in onTransact() local
134 notifyCallback(msgType, ext1, ext2); in onTransact()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Driver.cpp800 int32_t ext2 = 0; in onMessageReceived() local
804 msg->findInt32("ext2", &ext2); in onMessageReceived()
810 sendEvent(srcId, msgId, ext1, ext2, (in == NULL ? NULL : in->getPlayerMessage())); in onMessageReceived()
819 int64_t srcId, int msg, int ext1, int ext2, const PlayerMessage *in) { in notifyListener() argument
821 notifyListener_l(srcId, msg, ext1, ext2, in); in notifyListener()
825 int64_t srcId, int msg, int ext1, int ext2, const PlayerMessage *in) { in notifyListener_l() argument
827 this, (long long)srcId, msg, ext1, ext2, in notifyListener_l()
876 if (ext2 != 0) { in notifyListener_l()
877 mediametrics_setInt32(mMetricsHandle, kPlayerErrorCode, ext2); in notifyListener_l()
894 notify->setInt32("ext2", ext2); in notifyListener_l()
/frameworks/av/media/libmediaplayer2/
Dmediaplayer2.cpp59 virtual void notify(int64_t srcId, int msg, int ext1, int ext2, in notify() argument
63 player->notify(srcId, msg, ext1, ext2, obj); in notify()
1001 void MediaPlayer2::notify(int64_t srcId, int msg, int ext1, int ext2, const PlayerMessage *obj) { in notify() argument
1003 (long long)srcId, msg, ext1, ext2); in notify()
1024 (long long)srcId, msg, ext1, ext2); in notify()
1040 (long long)srcId, msg, ext1, ext2, obj); in notify()
1055 ALOGE("error (%d, %d)", ext1, ext2); in notify()
1062 ALOGW("info/warning (%d, %d)", ext1, ext2); in notify()
1089 ALOGV("New video size %d x %d", ext1, ext2); in notify()
1091 mVideoHeight = ext2; in notify()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dmessage_factory_test.py127 ext2 = factory_msg1._extensions_by_name[
130 msg1.Extensions[ext2] = 'test2'
132 self.assertEqual('test2', msg1.Extensions[ext2])
Dtext_format_test.py608 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
610 message.message_set.Extensions[ext2].str = 'foo'
634 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
636 message.message_set.Extensions[ext2].str = 'foo'
651 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
653 message.message_set.Extensions[ext2].str = 'foo'
683 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
685 self.assertEqual('foo', message.message_set.Extensions[ext2].str)
705 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
707 self.assertEqual('foo', message.message_set.Extensions[ext2].str)
[all …]
/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
DMediaPlayer2Interface.h63 virtual void notify(int64_t srcId, int msg, int ext1, int ext2,
233 void sendEvent(int64_t srcId, int msg, int ext1=0, int ext2=0, const PlayerMessage *obj=NULL) {
241 listener->notify(srcId, msg, ext1, ext2, obj);
Dmediaplayer2.h48 virtual void notify(int64_t srcId, int msg, int ext1, int ext2,
95 void notify(int64_t srcId, int msg, int ext1, int ext2,
/frameworks/av/include/media/
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;
Dmediarecorder.h222 virtual void notify(int msg, int ext1, int ext2) = 0;
259 void notify(int msg, int ext1, int ext2);
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,
291 listener->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libmedia/include/media/
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;
Dmediarecorder.h222 virtual void notify(int msg, int ext1, int ext2) = 0;
259 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.h91 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
157 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
DNuPlayerDriver.cpp961 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener() argument
963 notifyListener_l(msg, ext1, ext2, in); in notifyListener()
967 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener_l() argument
969 this, msg, ext1, ext2, (in == NULL ? -1 : (int)in->dataSize()), mAutoLoop, mLooping); in notifyListener_l()
1011 if (ext2 != 0) { in notifyListener_l()
1012 mAnalyticsItem->setInt32(kPlayerErrorCode, ext2); in notifyListener_l()
1025 sendEvent(msg, ext1, ext2, in); in notifyListener_l()
/frameworks/av/media/libmediaplayerservice/include/
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,
291 listener->notify(msg, ext1, ext2, obj);
/frameworks/av/camera/include/camera/android/hardware/
DICameraClient.h35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/camera/include/camera/
DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
171 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);

123