HomeSort by relevance Sort by last modified time
    Searched refs:notifyStart (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 41 Button button = (Button) findViewById(R.id.notifyStart);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 106 sp<AMessage> notifyStart = dupNotify();
107 notifyStart->setInt32("what", kWhatBufferingStart);
108 notifyStart->post();

Completed in 109 milliseconds