Searched defs:what (Results 1 - 25 of 188) sorted by path

12345678

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp106 switch (msg->what()) {
210 int32_t what; local
211 CHECK(msg->findInt32("what", &what));
213 if (what == CodecBase::kWhatFillThisBuffer) {
215 } else if (what == CodecBase::kWhatDrainThisBuffer) {
222 } else if (what == CodecBase::kWhatEOS
223 || what == CodecBase::kWhatError) {
224 printf((what == CodecBase::kWhatEOS) ? "$\n" : "E\n");
228 } else if (what
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp204 int32_t what = isSub ? kWhatFetchSubtitleData : kWhatFetchMetaData; local
205 sp<AMessage> msg = new AMessage(what, this);
236 notify->setInt32("what", pushWhat);
265 switch (msg->what()) {
303 int32_t what; local
304 CHECK(msg->findInt32("what", &what));
306 switch (what) {
359 notify->setInt32("what", kWhatQueueDecoderShutdown);
370 notify->setInt32("what", kWhatPauseOnBufferingStar
[all...]
H A DNuPlayer.cpp482 switch (msg->what()) {
937 bool audio = msg->what() == kWhatAudioNotify;
958 int32_t what; local
959 CHECK(msg->findInt32("what", &what));
961 if (what == DecoderBase::kWhatInputDiscontinuity) {
980 } else if (what == DecoderBase::kWhatEOS) {
993 } else if (what == DecoderBase::kWhatFlushCompleted) {
998 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
1007 } else if (what
1099 int32_t what; local
2127 int32_t what; local
2346 int32_t what; local
[all...]
H A DRTSPSource.cpp449 if (msg->what() == kWhatDisconnect) {
456 } else if (msg->what() == kWhatPerformSeek) {
472 } else if (msg->what() == kWhatPollBuffering) {
475 } else if (msg->what() == kWhatSignalEOS) {
480 CHECK_EQ(msg->what(), (int)kWhatNotify);
482 int32_t what; local
483 CHECK(msg->findInt32("what", &what));
485 switch (what) {
839 notify->setInt32("what", kWhatPauseOnBufferingStar
[all...]
/frameworks/av/media/libstagefright/
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);
592 switch (msg->what()) {
598 int32_t what; local
599 CHECK(msg->findInt32("what", &what));
[all...]
H A DMediaCodec.cpp1083 switch (msg->what()) {
1086 int32_t what; local
1087 CHECK(msg->findInt32("what", &what));
1089 switch (what) {
1841 if (msg->what() == kWhatCreateInputSurface) {
1882 (msg->what() == kWhatStop) ? INITIALIZED : UNINITIALIZED;
1954 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
1957 msg->what() == kWhatStop /* keepComponentAllocated */);
2208 (msg->what()
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DAHandler.cpp31 uint32_t what = msg->what(); local
32 ssize_t idx = mMessages.indexOfKey(what);
34 mMessages.add(what, 1);
H A DAMessage.cpp57 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler) argument
58 : mWhat(what),
67 void AMessage::setWhat(uint32_t what) { argument
68 mWhat = what;
71 uint32_t AMessage::what() const { function in class:android::AMessage
509 static bool isFourcc(uint32_t what) { argument
510 return isprint(what & 0xff)
511 && isprint((what >> 8) & 0xff)
512 && isprint((what >> 16) & 0xff)
513 && isprint((what >> 2
626 int32_t what = parcel.readInt32(); local
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp582 // Otherwise, we check if mPacketSources2 overlaps with what old fetcher
621 switch (msg->what()) {
656 int32_t what; local
657 CHECK(msg->findInt32("what", &what));
659 switch (what) {
675 what == PlaylistFetcher::kWhatPaused ?
678 if (what == PlaylistFetcher::kWhatStopped) {
682 } else if (what == PlaylistFetcher::kWhatPaused) {
892 notify->setInt32("what", kWhatMetadataDetecte
[all...]
H A DM3UParser.cpp771 // Find the next occurence of the character "what" at or after "offset",
775 const AString &line, char what, size_t offset) {
776 CHECK_NE((int)what, (int)'"');
784 } else if (c == what && !quoted) {
774 FindNextUnquoted( const AString &line, char what, size_t offset) argument
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp286 switch (msg->what()) {
305 int32_t what; local
306 CHECK(msg->findInt32("what", &what));
308 switch (what) {
355 notify->setInt32("what", kWhatInformSender);
369 notify->setInt32("what", kWhatInitDone);
376 notify->setInt32("what", kWhatError);
383 notify->setInt32("what", kWhatNetworkStall);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp273 notify->setInt32("what", kWhatError);
293 switch (msg->what()) {
296 int32_t what; local
297 CHECK(msg->findInt32("what", &what));
303 if (what == MediaPuller::kWhatAccessUnit) {
312 if (what == MediaPuller::kWhatEOS) {
319 CHECK_EQ(what, MediaPuller::kWhatAccessUnit);
429 notify->setInt32("what", kWhatShutdownCompleted);
541 notify->setInt32("what", kWhatAccessUni
[all...]
H A DPlaybackSession.cpp242 switch (msg->what()) {
250 notify->setInt32("what", kWhatStopped);
456 notify->setInt32("what", kWhatSessionEstablished);
480 switch (msg->what()) {
490 int32_t what; local
491 CHECK(msg->findInt32("what", &what));
496 if (what == Converter::kWhatAccessUnit) {
510 } else if (what == Converter::kWhatEOS) {
511 CHECK_EQ(what, Converte
542 int32_t what; local
579 int32_t what; local
[all...]
H A DWifiDisplaySource.cpp140 switch (msg->what()) {
397 int32_t what; local
398 CHECK(msg->findInt32("what", &what));
400 if (what == PlaybackSession::kWhatSessionDead) {
405 } else if (what == PlaybackSession::kWhatSessionEstablished) {
446 } else if (what == PlaybackSession::kWhatSessionDestroyed) {
449 CHECK_EQ(what, PlaybackSession::kWhatBinaryData);
/frameworks/base/core/java/android/app/
H A DActivityThread.java616 String what; field in class:ActivityThread.ContextCleanupInfo
977 // should happen regardless of what pending work we have to do
1470 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1471 switch (msg.what) {
1602 cci.context.performFinalCleanup(cci.who, cci.what);
1725 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
2483 private void sendMessage(int what, Object obj) { argument
2484 sendMessage(what, obj, 0, 0, false);
2487 private void sendMessage(int what, Object obj, int arg1) { argument
2488 sendMessage(what, ob
2491 sendMessage(int what, Object obj, int arg1, int arg2) argument
2495 sendMessage(int what, Object obj, int arg1, int arg2, boolean async) argument
2510 sendMessage(int what, Object obj, int arg1, int arg2, int seq) argument
2525 scheduleContextCleanup(ContextImpl context, String who, String what) argument
[all...]
H A DContextImpl.java789 + " Is this really what you want?");
823 + " Is this really what you want?");
837 + " Is this really what you want?");
2103 final void scheduleFinalCleanup(String who, String what) { argument
2104 mMainThread.scheduleContextCleanup(this, who, what);
2107 final void performFinalCleanup(String who, String what) { argument
2109 mPackageInfo.removeContextRegistrations(getOuterContext(), who, what);
H A DLoadedApk.java154 // depending on what the current runtime's instruction set is.
875 String who, String what) {
884 what + " " + who + " has leaked IntentReceiver "
912 what + " " + who + " has leaked ServiceConnection "
874 removeContextRegistrations(Context context, String who, String what) argument
H A DStatusBarManager.java119 public void disable(int what) { argument
123 svc.disable(what, mToken, mContext.getPackageName());
136 public void disable2(@Disable2Flags int what) { argument
140 svc.disable2(what, mToken, mContext.getPackageName());
/frameworks/base/core/java/android/content/
H A DClipboardManager.java72 switch (msg.what) {
163 public void addPrimaryClipChangedListener(OnPrimaryClipChangedListener what) { argument
173 mPrimaryClipChangedListeners.add(what);
177 public void removePrimaryClipChangedListener(OnPrimaryClipChangedListener what) { argument
179 mPrimaryClipChangedListeners.remove(what);
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java359 private static void addParagraphSpan(Spannable buffer, Object what, argument
379 buffer.setSpan(what, start, end, Spannable.SPAN_PARAGRAPH);
432 * Calculate what fraction of the nominal ascent
477 * -extremely- dangerous -- only use it if you absolutely know what you
/frameworks/base/core/java/android/hardware/
H A DCamera.java1077 switch(msg.what) {
1157 Log.e(TAG, "Unknown message type " + msg.what);
1164 int what, int arg1, int arg2, Object obj)
1171 Message m = c.mEventHandler.obtainMessage(what, arg1, arg2, obj);
1734 * <p>The direction is relative to the sensor orientation, that is, what
3096 * of what users see, apps should use
3830 * is relative to the sensor orientation, that is, what the sensor sees.
3851 * ({@link #getZoom()}). No matter what the zoom level is, (-1000,-1000)
3899 * direction is relative to the sensor orientation, that is, what the
3919 * ({@link #getZoom()}). No matter what th
1163 postEventFromNative(Object camera_ref, int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestHandlerThread.java68 public boolean hasAnyMessages(int[] what) { argument
70 for (int i : what) {
80 public void removeMessages(int[] what) { argument
82 for (int i : what) {
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DCloseableLock.java342 private void log(String what) { argument
343 Log.v(TAG + "[" + mName + "]", what);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java965 private void sendMessageToInputDeviceListenersLocked(int what, int deviceId) { argument
969 listener.sendMessage(listener.obtainMessage(what, deviceId, 0));
1053 switch (msg.what) {
1107 switch (msg.what) {
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java115 switch (msg.what) {
207 int what, int arg1, int arg2, Object obj) {
217 Message m = handler.obtainMessage(what, arg1, arg2, obj);
206 postEventFromNative(Object module_ref, int what, int arg1, int arg2, Object obj) argument

Completed in 4559 milliseconds

12345678