HomeSort by relevance Sort by last modified time
    Searched defs:mNotify (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.h 53 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/include/
SDPLoader.h 59 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.h 64 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 55 sp<AMessage> mNotify;
PlaybackSession.h 105 sp<AMessage> mNotify;
Converter.h 95 sp<AMessage> mNotify;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.h 65 sp<AMessage> mNotify;
NuPlayerDecoderBase.h 82 sp<AMessage> mNotify;
NuPlayerSource.h 63 : mNotify(notify) {
130 sp<AMessage> dupNotify() const { return mNotify->dup(); }
138 sp<AMessage> mNotify;
GenericSource.h 155 sp<AMessage> mNotify;
NuPlayerRenderer.h 139 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.h 76 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.h 98 sp<AMessage> mNotify;
  /frameworks/av/include/media/
MediaPlayerInterface.h 149 MediaPlayerBase() : mCookie(0), mNotify(0) {}
252 mCookie = cookie; mNotify = notifyFunc;
261 notifyCB = mNotify;
277 notify_callback_f mNotify;
  /frameworks/av/include/media/stagefright/
MediaFilter.h 124 sp<AMessage> mNotify;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_msg.h 257 const GpsNiNotification mNotify;
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 116 sp<AMessage> mNotify;
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 74 sp<AMessage> mNotify;
136 mNotify = notify;
246 sp<AMessage> notify = mNotify->dup();
254 sp<AMessage> notify = mNotify->dup();
353 sp<AMessage> notify = mNotify->dup();
373 sp<AMessage> notify = mNotify->dup();
395 sp<AMessage> notify = mNotify->dup();
MediaCodecSource.cpp 73 sp<AMessage> mNotify;
172 mNotify = notify;
222 sp<AMessage> msg = mNotify->dup();
305 mNotify->post();

Completed in 427 milliseconds

1 2