Searched refs:what (Results 176 - 200 of 389) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java351 //Log.d("TelephonyRegistry", "what=0x" + Integer.toHexString(msg.what) + " msg=" + msg);
352 switch (msg.what) {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DTestsListActivity.java53 switch (msg.what) {
H A DLayoutTestsExecutor.java138 switch (msg.what) {
360 * single event rather than a stream of events (like what would generally happen in
373 // TODO: Investigate what's really going on here.
580 switch (msg.what) {
647 assert false : "msg.what=" + msg.what;
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java154 switch (msg.what) {
/frameworks/native/include/gui/
H A DISurfaceTexture.h157 // 'what' tokens allowed are that of android_natives.h
158 virtual int query(int what, int* value) = 0;
H A DSurface.h161 virtual int query(int what, int* value) const;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java623 switch (msg.what) {
640 mMsgDecoder.sendStartDecodingMessageParams(new RilMessage(msg.what, data));
643 mMsgDecoder.sendStartDecodingMessageParams(new RilMessage(msg.what, null));
658 throw new AssertionError("Unrecognized CAT command: " + msg.what);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java59 switch (msg.what) {
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java1115 switch (msg.what) {
1162 Log.e(TAG, "handleMessage() Unknown event type: " + msg.what);
1172 private static void postEventFromNative(Object effect_ref, int what, argument
1179 Message m = effect.mNativeEventHandler.obtainMessage(what, arg1,
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java49 switch (msg.what) {
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java123 switch (msg.what) {
425 switch (msg.what) {
/frameworks/base/core/java/android/webkit/
H A DWebStorageClassic.java67 switch (msg.what) {
101 switch (msg.what) {
/frameworks/base/libs/androidfw/
H A DAndroid.mk110 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java336 if (msg.what == MSG_SHOW_PROGRESS_DIALOG) {
355 if (msg.what == MSG_LOADED_ITEMS) {
/frameworks/native/libs/ui/
H A DFramebufferNativeWindow.cpp294 int what, int* value)
299 switch (what) {
293 query(const ANativeWindow* window, int what, int* value) argument
/frameworks/native/libs/utils/
H A DAndroid.mk133 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/media/java/android/media/
H A DIAudioService.aidl138 oneway void setPlaybackInfoForRcc(int rccId, int what, int value);
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp306 this->what = Class::CLASS;
378 this->what = Class::CLASS;
431 this->what = Class::CLASS;
461 this->what = Class::CLASS;
519 this->what = Class::CLASS;
643 resultsClass->what = Class::INTERFACE;
H A DAST.cpp782 what(CLASS),
824 if (this->what == Class::CLASS) {
844 if (this->what == Class::CLASS) {
H A Dgenerate_java_binder.cpp29 this->what = Class::CLASS;
163 this->what = Class::CLASS;
526 interface->what = Class::INTERFACE;
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp166 int what, int* value) {
168 return c->query(what, value);
315 int SurfaceTextureClient::query(int what, int* value) const { argument
320 switch (what) {
354 err = mSurfaceTexture->query(what, value);
363 return mSurfaceTexture->query(what, value);
165 hook_query(const ANativeWindow* window, int what, int* value) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java399 // The spec does not define what this should be
537 loge("Received message " + msg + "[" + msg.what + "] " +
542 try { switch (msg.what) {
653 + ((msg.what == EVENT_GET_CPHS_MAILBOX_DONE) ? "[MAILBOX]" : "[MBDN]"));
658 if (msg.what == EVENT_GET_MBDN_DONE) {
673 ((msg.what == EVENT_GET_CPHS_MAILBOX_DONE) ? " EF[MAILBOX]" : " EF[MBDN]"));
675 if (adn.isEmpty() && msg.what == EVENT_GET_MBDN_DONE) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp106 switch (msg->what()) {
305 int32_t what; local
306 CHECK(msg->findInt32("what", &what));
308 if (what == PlaybackSession::kWhatSessionDead) {
313 } else if (what == PlaybackSession::kWhatSessionEstablished) {
327 } else if (what == PlaybackSession::kWhatSessionDestroyed) {
330 CHECK_EQ(what, PlaybackSession::kWhatBinaryData);
H A DSender.cpp395 switch (msg->what()) {
421 if ((msg->what() == kWhatRTPNotify
423 || msg->what() == kWhatRTPRetransmissionNotify
467 if (msg->what() == kWhatRTCPNotify
469 || msg->what() == kWhatRTCPRetransmissionNotify
641 notify->setInt32("what", kWhatBinaryData);
804 notify->setInt32("what", kWhatBinaryData);
968 notify->setInt32("what", kWhatInitDone);
974 notify->setInt32("what", kWhatSessionDead);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java265 private void update(int what, CharSequence string) { argument
269 switch (what) {
280 if (DEBUG) Log.w(TAG, "Not showing message id " + what + ", str=" + string);
372 // prioritizes what to show in that space when all transient messages are gone.

Completed in 376 milliseconds

1234567891011>>