OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kWhatNotif
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/android/
android_GenericPlayer.h
104
kWhatNotif
= 'noti', // send a notification to client
android_GenericPlayer.cpp
287
sp<AMessage> msg = new AMessage(
kWhatNotif
, id());
300
sp<AMessage> msg = new AMessage(
kWhatNotif
, id());
320
case
kWhatNotif
:
321
SL_LOGV("
kWhatNotif
");
Completed in 2088 milliseconds