OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 127 milliseconds