Searched refs:what (Results 376 - 389 of 389) sorted by last modified time

<<111213141516

/frameworks/base/core/java/com/android/internal/widget/
H A DTransportControlView.java93 switch (msg.what) {
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp832 static int32_t getWindowProp(ANativeWindow* window, int what) { argument
834 int res = window->query(window, what, &value);
H A Dandroid_media_JetPlayer.cpp56 jetPlayerEventCallback(int what, int arg1=0, int arg2=0, void* javaTarget = NULL) argument
63 what, arg1, arg2);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp107 switch (msg->what()) {
H A Dsf2.cpp66 switch (msg->what()) {
167 int32_t what; local
168 CHECK(msg->findInt32("what", &what));
170 if (what == ACodec::kWhatFillThisBuffer) {
172 } else if (what == ACodec::kWhatDrainThisBuffer) {
179 } else if (what == ACodec::kWhatEOS
180 || what == ACodec::kWhatError) {
181 printf((what == ACodec::kWhatEOS) ? "$\n" : "E\n");
199 } else if (what
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h33 AMessage(uint32_t what = 0, ALooper::handler_id target = 0);
38 void setWhat(uint32_t what);
39 uint32_t what() const;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp199 switch (msg->what()) {
311 bool audio = msg->what() == kWhatAudioNotify;
316 int32_t what; local
317 CHECK(codecRequest->findInt32("what", &what));
319 if (what == ACodec::kWhatFillThisBuffer) {
328 } else if (what == ACodec::kWhatEOS) {
341 } else if (what == ACodec::kWhatFlushCompleted) {
370 } else if (what == ACodec::kWhatOutputFormatChanged) {
439 } else if (what
470 int32_t what; local
[all...]
H A DNuPlayerDecoder.cpp85 switch (msg->what()) {
88 int32_t what; local
89 CHECK(msg->findInt32("what", &what));
91 if (what == ACodec::kWhatFillThisBuffer) {
H A DNuPlayerRenderer.cpp112 switch (msg->what()) {
401 notify->setInt32("what", kWhatVideoRenderingStart);
407 notify->setInt32("what", kWhatEOS);
573 notify->setInt32("what", kWhatFlushComplete);
628 notify->setInt32("what", kWhatPosition);
H A DRTSPSource.cpp218 if (msg->what() == kWhatDisconnect) {
225 } else if (msg->what() == kWhatPerformSeek) {
241 CHECK_EQ(msg->what(), (int)kWhatNotify);
243 int32_t what; local
244 CHECK(msg->findInt32("what", &what));
246 switch (what) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp480 notify->setInt32("what", ACodec::kWhatBuffersAllocated);
574 // XXX: Is this the right logic to use? It's not clear to me what the OMX
2074 notify->setInt32("what", kWhatOutputFormatChanged);
2190 notify->setInt32("what", ACodec::kWhatError);
2386 switch (msg->what()) {
2557 notify->setInt32("what", ACodec::kWhatFillThisBuffer);
2826 notify->setInt32("what", ACodec::kWhatDrainThisBuffer);
2846 notify->setInt32("what", ACodec::kWhatEOS);
2958 switch (msg->what()) {
2982 notify->setInt32("what", ACode
[all...]
H A DMPEG2TSWriter.cpp247 notify->setInt32("what", kNotifyBuffer);
255 notify->setInt32("what", kNotifyBuffer);
354 notify->setInt32("what", kNotifyBuffer);
368 switch (msg->what()) {
374 notify->setInt32("what", kNotifyStartFailed);
396 notify->setInt32("what", kNotifyReachedEOS);
604 switch (msg->what()) {
610 int32_t what; local
611 CHECK(msg->findInt32("what", &what));
[all...]
H A DMediaCodec.cpp448 switch (msg->what()) {
451 int32_t what; local
452 CHECK(msg->findInt32("what", &what));
454 switch (what) {
H A DNuCachedSource2.cpp261 switch (msg->what()) {

Completed in 140 milliseconds

<<111213141516