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

1234567891011>>

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java82 public void onMessageReceived(int service, int what, ByteBuffer content) { argument
83 switch (what) {
158 switch (msg.what) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
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 DGenericSource.h282 uint32_t what, media_track_type type,
286 uint32_t what,
290 uint32_t what, media_track_type type,
/frameworks/base/location/java/android/location/
H A DLocationManager.java252 msg.what = TYPE_LOCATION_CHANGED;
260 msg.what = TYPE_STATUS_CHANGED;
274 msg.what = TYPE_PROVIDER_ENABLED;
282 msg.what = TYPE_PROVIDER_DISABLED;
288 switch (msg.what) {
1411 switch (msg.what) {
1537 msg.what = GpsStatus.GPS_EVENT_STARTED;
1546 msg.what = GpsStatus.GPS_EVENT_STOPPED;
1556 msg.what = GpsStatus.GPS_EVENT_FIRST_FIX;
1569 msg.what
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java69 Log.d(TAG, "ClientHandler got" + msg + " what = " + getDescription(msg.what));
72 switch (msg.what) {
120 if (cmd == msg.what) {
129 private String getDescription(int what) { argument
130 switch(what) {
350 switch (msg.what) {
430 switch (msg.what) {
504 switch (msg.what) {
586 switch(msg.what) {
[all...]
H A DSoftApManager.java277 switch (message.what) {
368 switch (message.what) {
384 if (message.what == CMD_AP_INTERFACE_BINDER_DEATH) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java197 switch (msg.what) {
1015 assertEquals(HOTSPOT_FAILED, message.what);
1041 assertEquals(HOTSPOT_FAILED, message.what);
1064 assertEquals(HOTSPOT_STARTED, message.what);
1074 assertEquals(HOTSPOT_STOPPED, message.what);
1097 assertEquals(HOTSPOT_STARTED, message.what);
1107 assertEquals(HOTSPOT_STOPPED, message.what);
1153 assertEquals(HOTSPOT_STARTED, message.what);
1166 assertEquals(HOTSPOT_STOPPED, message.what);
1194 assertEquals(HOTSPOT_FAILED, message.what);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java368 * Sometimes we get the NITZ time before we know what country we
767 * @param what what code of message when delivered
770 public void registerForVoiceRoamingOn(Handler h, int what, Object obj) { argument
771 Registrant r = new Registrant(h, what, obj);
788 * @param what what code of message when delivered
791 public void registerForVoiceRoamingOff(Handler h, int what, Object obj) { argument
792 Registrant r = new Registrant(h, what, obj);
809 * @param what wha
812 registerForDataRoamingOn(Handler h, int what, Object obj) argument
833 registerForDataRoamingOff(Handler h, int what, Object obj) argument
1597 handlePollStateResult(int what, AsyncResult ar) argument
1761 handlePollStateResultMessage(int what, AsyncResult ar) argument
3958 registerForDataConnectionAttached(Handler h, int what, Object obj) argument
3976 registerForDataConnectionDetached(Handler h, int what, Object obj) argument
3997 registerForDataRegStateOrRatChanged(Handler h, int what, Object obj) argument
4012 registerForNetworkAttached(Handler h, int what, Object obj) argument
4031 registerForNetworkDetached(Handler h, int what, Object obj) argument
4050 registerForPsRestrictedEnabled(Handler h, int what, Object obj) argument
4069 registerForPsRestrictedDisabled(Handler h, int what, Object obj) argument
4463 registerForSubscriptionInfoReady(Handler h, int what, Object obj) argument
[all...]
/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...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java72 * mechanisms for its client to interact with what is being drawn:
390 * the parameters <var>(what, who, when)</var> to perform the
394 * @param what The action to execute.
398 void scheduleDrawable(@NonNull Drawable who, @NonNull Runnable what, long when); argument
405 * the parameters <var>(what, who)</var> to unschedule the drawable.
408 * @param what The action being unscheduled.
410 void unscheduleDrawable(@NonNull Drawable who, @NonNull Runnable what); argument
459 * @param what The action being scheduled.
464 public void scheduleSelf(@NonNull Runnable what, long when) { argument
467 callback.scheduleDrawable(this, what, whe
480 unscheduleSelf(@onNull Runnable what) argument
[all...]
H A DDrawableWrapper.java209 public void scheduleDrawable(@NonNull Drawable who, @NonNull Runnable what, long when) { argument
212 callback.scheduleDrawable(this, what, when);
217 public void unscheduleDrawable(@NonNull Drawable who, @NonNull Runnable what) { argument
220 callback.unscheduleDrawable(this, what);
/frameworks/rs/script_api/
H A Drs_vector_math.spec126 The precision is what would be expected from doing the computation using 16 bit floating
144 The precision is what would be expected from doing the computation using 16 bit floating
165 The precision is what would be expected from doing the computation using 16 bit floating
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java107 switch (msg.what) {
271 public SpellCheckerParams(int what, TextInfo[] textInfos, int suggestionsLimit, argument
273 mWhat = what;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java245 if (msg.what == SET_ITEMS) {
247 } else if (msg.what == SET_CALLBACK) {
249 } else if (msg.what == SET_ITEMS_VISIBLE) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java179 Rlog.i(LOG_TAG, "Unexpected command (CookieWrapper is null): " + msg.what +
186 " command: " + msg.what + " query URI: " + sanitizeUriToString(args.uri));
203 Message reply = args.handler.obtainMessage(msg.what);
/frameworks/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
171 *where++ = *what;
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPlayback.java270 * MediaPlayer paused or set it to a low volume, depending on what is
397 public boolean onError(MediaPlayer mp, int what, int extra) { argument
398 Log.e(TAG, "Media player error: what=" + what + ", extra=" + extra);
400 mCallback.onError("MediaPlayer error " + what + " (" + extra + ")");
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DPlayback.java270 * MediaPlayer paused or set it to a low volume, depending on what is
397 public boolean onError(MediaPlayer mp, int what, int extra) { argument
398 Log.e(TAG, "Media player error: what=" + what + ", extra=" + extra);
400 mCallback.onError("MediaPlayer error " + what + " (" + extra + ")");
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp73 switch (msg->what()) {
140 notify->setInt32("what", kWhatSDPLoaded);
/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/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java248 switch (msg.what) {
H A DHostNfcFService.java174 switch (msg.what) {
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java59 switch (msg.what) {
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java42 switch (msg.what) {
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java88 switch (msg.what) {

Completed in 6030 milliseconds

1234567891011>>