/frameworks/av/media/libmedia/ |
D | IMediaRecorderClient.cpp | 38 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()
|
D | IMediaPlayerClient.cpp | 38 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()
|
D | mediaplayer.cpp | 852 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument 854 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify() 873 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify() 892 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj); in notify() 907 ALOGE("error (%d, %d)", ext1, ext2); in notify() 922 ALOGW("info/warning (%d, %d)", ext1, ext2); in notify() 943 ALOGV("New video size %d x %d", ext1, ext2); in notify() 945 mVideoHeight = ext2; in notify() 957 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify() 968 listener->notify(msg, ext1, ext2, obj); in notify()
|
D | IHDCP.cpp | 45 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()
|
/frameworks/av/media/libmediaplayerservice/ |
D | HDCP.cpp | 162 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()
|
D | HDCP.h | 57 static void ObserveWrapper(void *me, int msg, int ext1, int ext2); 58 void observe(int msg, int ext1, int ext2);
|
/frameworks/base/tools/aapt/ |
D | FileFinder.cpp | 89 String8 ext2 = extensions[i].getPathExtension(); in checkAndAddFile() local 90 ext2.toLower(); in checkAndAddFile() 92 if (ext == ext2) { in checkAndAddFile()
|
/frameworks/wilhelm/src/android/ |
D | android_GenericMediaPlayer.cpp | 116 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/ |
D | MediaWriter.h | 61 void notify(int msg, int ext1, int ext2) { in notify() 63 mListener->notify(msg, ext1, ext2); in notify()
|
/frameworks/av/camera/ |
D | ICameraClient.cpp | 47 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/include/media/ |
D | mediarecorder.h | 212 virtual void notify(int msg, int ext1, int ext2) = 0; 249 void notify(int msg, int ext1, int ext2);
|
D | IMediaRecorderClient.h | 31 virtual void notify(int msg, int ext1, int ext2) = 0;
|
D | IMediaPlayerClient.h | 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
|
D | MediaPlayerInterface.h | 71 int msg, int ext1, int ext2, const Parcel *obj); 271 void sendEvent(int msg, int ext1=0, int ext2=0, 281 if (notifyCB) notifyCB(cookie, msg, ext1, ext2, obj);
|
/frameworks/av/media/libmedia/include/media/ |
D | mediarecorder.h | 212 virtual void notify(int msg, int ext1, int ext2) = 0; 249 void notify(int msg, int ext1, int ext2);
|
D | IMediaRecorderClient.h | 31 virtual void notify(int msg, int ext1, int ext2) = 0;
|
D | IMediaPlayerClient.h | 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
|
D | mediaplayer.h | 204 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0; 256 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDriver.cpp | 905 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener() argument 907 notifyListener_l(msg, ext1, ext2, in); in notifyListener() 911 int msg, int ext1, int ext2, const Parcel *in) { in notifyListener_l() argument 913 this, msg, ext1, ext2, (in == NULL ? -1 : (int)in->dataSize()), mAutoLoop, mLooping); in notifyListener_l() 952 if (ext2 != 0) { in notifyListener_l() 953 mAnalyticsItem->setInt32(kPlayerErrorCode, ext2); in notifyListener_l() 965 sendEvent(msg, ext1, ext2, in); in notifyListener_l()
|
D | NuPlayerDriver.h | 87 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL); 145 void notifyListener_l(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
|
/frameworks/av/media/libmediaplayerservice/include/ |
D | MediaPlayerInterface.h | 71 int msg, int ext1, int ext2, const Parcel *obj); 271 void sendEvent(int msg, int ext1=0, int ext2=0, 281 if (notifyCB) notifyCB(cookie, msg, ext1, ext2, obj);
|
/frameworks/av/camera/include/camera/ |
D | Camera.h | 42 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);
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.h | 106 static void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2, void* user); 119 void handleGenericNotify(int32_t msgType, int32_t ext1, int32_t ext2);
|
/frameworks/av/camera/include/camera/android/hardware/ |
D | ICameraClient.h | 35 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
|
/frameworks/native/include/media/hardware/ |
D | HDCPAPI.h | 29 typedef void (*ObserverFunc)(void *cookie, int msg, int ext1, int ext2);
|