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

1234567

/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.cpp186 int32_t what = isSub ? kWhatFetchSubtitleData : kWhatFetchMetaData; local
187 sp<AMessage> msg = new AMessage(what, this);
218 notify->setInt32("what", pushWhat);
247 switch (msg->what()) {
285 int32_t what; local
286 CHECK(msg->findInt32("what", &what));
288 switch (what) {
341 notify->setInt32("what", kWhatQueueDecoderShutdown);
352 notify->setInt32("what", kWhatPauseOnBufferingStar
[all...]
H A DNuPlayer.cpp463 switch (msg->what()) {
883 bool audio = msg->what() == kWhatAudioNotify;
904 int32_t what; local
905 CHECK(msg->findInt32("what", &what));
907 if (what == DecoderBase::kWhatInputDiscontinuity) {
926 } else if (what == DecoderBase::kWhatEOS) {
939 } else if (what == DecoderBase::kWhatFlushCompleted) {
944 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
952 } else if (what
1044 int32_t what; local
1999 int32_t what; local
2226 int32_t what; local
[all...]
H A DRTSPSource.cpp321 if (msg->what() == kWhatDisconnect) {
328 } else if (msg->what() == kWhatPerformSeek) {
346 CHECK_EQ(msg->what(), (int)kWhatNotify);
348 int32_t what; local
349 CHECK(msg->findInt32("what", &what));
351 switch (what) {
721 notify->setInt32("what", kWhatBufferingStart);
737 notify->setInt32("what", kWhatBufferingEnd);
/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.cpp995 switch (msg->what()) {
998 int32_t what; local
999 CHECK(msg->findInt32("what", &what));
1001 switch (what) {
1729 if (msg->what() == kWhatCreateInputSurface) {
1770 (msg->what() == kWhatStop) ? INITIALIZED : UNINITIALIZED;
1825 setState(msg->what() == kWhatStop ? STOPPING : RELEASING);
1828 msg->what() == kWhatStop /* keepComponentAllocated */);
2074 (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
482 static bool isFourcc(uint32_t what) { argument
483 return isprint(what & 0xff)
484 && isprint((what >> 8) & 0xff)
485 && isprint((what >> 16) & 0xff)
486 && isprint((what >> 2
599 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.cpp752 // Find the next occurence of the character "what" at or after "offset",
756 const AString &line, char what, size_t offset) {
757 CHECK_NE((int)what, (int)'"');
765 } else if (c == what && !quoted) {
755 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.java543 String what; field in class:ActivityThread.ContextCleanupInfo
927 // should happen regardless of what pending work we have to do
1336 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1337 switch (msg.what) {
1459 cci.context.performFinalCleanup(cci.who, cci.what);
1561 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
2257 private void sendMessage(int what, Object obj) { argument
2258 sendMessage(what, obj, 0, 0, false);
2261 private void sendMessage(int what, Object obj, int arg1) { argument
2262 sendMessage(what, ob
2265 sendMessage(int what, Object obj, int arg1, int arg2) argument
2269 sendMessage(int what, Object obj, int arg1, int arg2, boolean async) argument
2284 scheduleContextCleanup(ContextImpl context, String who, String what) argument
[all...]
H A DContextImpl.java675 + " Is this really what you want?");
709 + " Is this really what you want?");
723 + " Is this really what you want?");
1870 final void scheduleFinalCleanup(String who, String what) { argument
1871 mMainThread.scheduleContextCleanup(this, who, what);
1874 final void performFinalCleanup(String who, String what) { argument
1876 mPackageInfo.removeContextRegistrations(getOuterContext(), who, what);
H A DLoadedApk.java154 // depending on what the current runtime's instruction set is.
648 String who, String what) {
657 what + " " + who + " has leaked IntentReceiver "
685 what + " " + who + " has leaked ServiceConnection "
647 removeContextRegistrations(Context context, String who, String what) argument
H A DStatusBarManager.java116 public void disable(int what) { argument
120 svc.disable(what, mToken, mContext.getPackageName());
134 public void disable2(@Disable2Flags int what) { argument
138 svc.disable2(what, mToken, mContext.getPackageName());
/frameworks/base/core/java/android/content/
H A DClipboardManager.java72 switch (msg.what) {
162 public void addPrimaryClipChangedListener(OnPrimaryClipChangedListener what) { argument
171 mPrimaryClipChangedListeners.add(what);
175 public void removePrimaryClipChangedListener(OnPrimaryClipChangedListener what) { argument
177 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);
1728 * <p>The direction is relative to the sensor orientation, that is, what
3090 * of what users see, apps should use
3824 * is relative to the sensor orientation, that is, what the sensor sees.
3845 * ({@link #getZoom()}). No matter what the zoom level is, (-1000,-1000)
3893 * direction is relative to the sensor orientation, that is, what the
3913 * ({@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.java755 private void sendMessageToInputDeviceListenersLocked(int what, int deviceId) { argument
759 listener.sendMessage(listener.obtainMessage(what, deviceId, 0));
827 switch (msg.what) {
/frameworks/base/core/java/android/hardware/radio/
H A DRadioModule.java114 switch (msg.what) {
202 int what, int arg1, int arg2, Object obj) {
212 Message m = handler.obtainMessage(what, arg1, arg2, obj);
201 postEventFromNative(Object module_ref, int what, int arg1, int arg2, Object obj) argument

Completed in 443 milliseconds

1234567