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

12345678

/frameworks/av/media/libaaudio/src/binding/
H A DAAudioServiceMessage.h58 code what; member in struct:aaudio::AAudioServiceMessage_s
60 AAudioMessageTimestamp timestamp; // what == TIMESTAMP
61 AAudioMessageEvent event; // what == EVENT
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp247 int32_t what = isSub ? kWhatFetchSubtitleData : kWhatFetchMetaData; local
248 sp<AMessage> msg = new AMessage(what, this);
283 notify->setInt32("what", pushWhat);
312 switch (msg->what()) {
350 int32_t what; local
351 CHECK(msg->findInt32("what", &what));
353 switch (what) {
407 notify->setInt32("what", kWhatQueueDecoderShutdown);
418 notify->setInt32("what", kWhatPauseOnBufferingStar
[all...]
H A DNuPlayer.cpp534 switch (msg->what()) {
1034 bool audio = msg->what() == kWhatAudioNotify;
1055 int32_t what; local
1056 CHECK(msg->findInt32("what", &what));
1058 if (what == DecoderBase::kWhatInputDiscontinuity) {
1077 } else if (what == DecoderBase::kWhatEOS) {
1090 } else if (what == DecoderBase::kWhatFlushCompleted) {
1095 } else if (what == DecoderBase::kWhatVideoSizeChanged) {
1104 } else if (what
1217 int32_t what; local
2319 int32_t what; local
2568 int32_t what; local
[all...]
H A DRTSPSource.cpp483 if (msg->what() == kWhatDisconnect) {
490 } else if (msg->what() == kWhatPerformSeek) {
509 } else if (msg->what() == kWhatPollBuffering) {
512 } else if (msg->what() == kWhatSignalEOS) {
515 } else if (msg->what() == kWhatSetBufferingSettings) {
547 CHECK_EQ(msg->what(), (int)kWhatNotify);
549 int32_t what; local
550 CHECK(msg->findInt32("what", &what));
552 switch (what) {
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp246 notify->setInt32("what", kNotifyBuffer);
254 notify->setInt32("what", kNotifyBuffer);
284 notify->setInt32("what", kNotifyBuffer);
348 switch (msg->what()) {
357 notify->setInt32("what", kNotifyStartFailed);
376 notify->setInt32("what", kNotifyReachedEOS);
568 switch (msg->what()) {
575 int32_t what; local
576 CHECK(msg->findInt32("what", &what));
[all...]
H A DMediaCodec.cpp240 notify->setInt32("what", kWhatFillThisBuffer);
249 notify->setInt32("what", kWhatDrainThisBuffer);
289 notify->setInt32("what", kWhatEOS);
296 notify->setInt32("what", kWhatStartCompleted);
302 notify->setInt32("what", kWhatStopCompleted);
308 notify->setInt32("what", kWhatReleaseCompleted);
314 notify->setInt32("what", kWhatFlushCompleted);
320 notify->setInt32("what", kWhatError);
328 notify->setInt32("what", kWhatComponentAllocated);
336 notify->setInt32("what", kWhatComponentConfigure
1391 int32_t what; local
[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.cpp58 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler) argument
59 : mWhat(what),
68 void AMessage::setWhat(uint32_t what) { argument
69 mWhat = what;
72 uint32_t AMessage::what() const { function in class:android::AMessage
529 static bool isFourcc(uint32_t what) { argument
530 return isprint(what & 0xff)
531 && isprint((what >> 8) & 0xff)
532 && isprint((what >> 16) & 0xff)
533 && isprint((what >> 2
646 int32_t what = parcel.readInt32(); local
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp585 // Otherwise, we check if mPacketSources2 overlaps with what old fetcher
624 switch (msg->what()) {
665 int32_t what; local
666 CHECK(msg->findInt32("what", &what));
668 switch (what) {
684 what == PlaylistFetcher::kWhatPaused ?
687 if (what == PlaylistFetcher::kWhatStopped) {
691 } else if (what == PlaylistFetcher::kWhatPaused) {
904 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/omx/1.0/
H A DWGraphicBufferProducer.cpp206 Return<void> TWGraphicBufferProducer::query(int32_t what, query_cb _hidl_cb) { argument
208 int lReturn = mBase->query(static_cast<int>(what), &lValue);
/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.cpp274 notify->setInt32("what", kWhatError);
294 switch (msg->what()) {
297 int32_t what; local
298 CHECK(msg->findInt32("what", &what));
304 if (what == MediaPuller::kWhatAccessUnit) {
313 if (what == MediaPuller::kWhatEOS) {
320 CHECK_EQ(what, MediaPuller::kWhatAccessUnit);
430 notify->setInt32("what", kWhatShutdownCompleted);
542 notify->setInt32("what", kWhatAccessUni
[all...]
H A DPlaybackSession.cpp241 switch (msg->what()) {
249 notify->setInt32("what", kWhatStopped);
455 notify->setInt32("what", kWhatSessionEstablished);
479 switch (msg->what()) {
489 int32_t what; local
490 CHECK(msg->findInt32("what", &what));
495 if (what == Converter::kWhatAccessUnit) {
509 } else if (what == Converter::kWhatEOS) {
510 CHECK_EQ(what, Converte
541 int32_t what; local
578 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.java654 String what; field in class:ActivityThread.ContextCleanupInfo
1037 // should happen regardless of what pending work we have to do
1585 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1586 switch (msg.what) {
1720 cci.context.performFinalCleanup(cci.who, cci.what);
1864 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
2632 private void sendMessage(int what, Object obj) { argument
2633 sendMessage(what, obj, 0, 0, false);
2636 private void sendMessage(int what, Object obj, int arg1) { argument
2637 sendMessage(what, ob
2640 sendMessage(int what, Object obj, int arg1, int arg2) argument
2644 sendMessage(int what, Object obj, int arg1, int arg2, boolean async) argument
2659 sendMessage(int what, Object obj, int arg1, int arg2, int seq) argument
2674 scheduleContextCleanup(ContextImpl context, String who, String what) argument
[all...]
H A DContextImpl.java860 + " Is this really what you want?");
894 + " Is this really what you want?");
908 + " Is this really what you want?");
2360 final void scheduleFinalCleanup(String who, String what) { argument
2361 mMainThread.scheduleContextCleanup(this, who, what);
2364 final void performFinalCleanup(String who, String what) { argument
2366 mPackageInfo.removeContextRegistrations(getOuterContext(), who, what);
H A DLoadedApk.java158 // depending on what the current runtime's instruction set is.
519 // Never add the base resources here, they always get added no matter what.
1043 String who, String what) {
1052 what + " " + who + " has leaked IntentReceiver "
1080 what + " " + who + " has leaked ServiceConnection "
1042 removeContextRegistrations(Context context, String who, String what) argument
H A DStatusBarManager.java121 public void disable(int what) { argument
125 svc.disable(what, mToken, mContext.getPackageName());
138 public void disable2(@Disable2Flags int what) { argument
142 svc.disable2(what, mToken, mContext.getPackageName());
/frameworks/base/core/java/android/content/
H A DClipboardManager.java65 switch (msg.what) {
147 public void addPrimaryClipChangedListener(OnPrimaryClipChangedListener what) { argument
157 mPrimaryClipChangedListeners.add(what);
161 public void removePrimaryClipChangedListener(OnPrimaryClipChangedListener what) { argument
163 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.java1091 switch(msg.what) {
1171 Log.e(TAG, "Unknown message type " + msg.what);
1178 int what, int arg1, int arg2, Object obj)
1185 Message m = c.mEventHandler.obtainMessage(what, arg1, arg2, obj);
1748 * <p>The direction is relative to the sensor orientation, that is, what
3110 * of what users see, apps should use
3844 * is relative to the sensor orientation, that is, what the sensor sees.
3865 * ({@link #getZoom()}). No matter what the zoom level is, (-1000,-1000)
3913 * direction is relative to the sensor orientation, that is, what the
3933 * ({@link #getZoom()}). No matter what th
1177 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.java987 private void sendMessageToInputDeviceListenersLocked(int what, int deviceId) { argument
991 listener.sendMessage(listener.obtainMessage(what, deviceId, 0));
1075 switch (msg.what) {
1129 switch (msg.what) {

Completed in 408 milliseconds

12345678