Searched defs:what (Results 1 - 9 of 9) sorted by relevance

/system/core/include/utils/
H A DFunctor.h28 virtual status_t operator ()(int what, void* data) { return NO_ERROR; } argument
H A DLooper.h41 Message() : what(0) { }
42 Message(int what) : what(what) { } argument
45 int what; member in struct:android::Message
297 void removeMessages(const sp<MessageHandler>& handler, int what);
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
171 *where++ = *what;
/system/core/libzipfile/
H A Dtest_zipfile.c18 enum { HUH, LIST, UNZIP } what = HUH; local
21 what = LIST;
24 what = UNZIP;
56 switch (what)
/system/core/sh/
H A Dmiscbltin.c347 int optc, what; local
350 what = 'f';
363 what = optc;
366 for (l = limits; l->name && l->option != what; l++)
369 error("internal error (%c)", what);
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DTypeHelpers.h161 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
164 new(where) TYPE(*what);
169 *where++ = *what;
/system/core/libutils/
H A DLooper.cpp299 ALOGD("%p ~ pollOnce - sending message: handler=%p, what=%d",
300 this, handler.get(), message.what);
503 ALOGD("%p ~ sendMessageAtTime - uptime=%lld, handler=%p, what=%d",
504 this, uptime, handler.get(), message.what);
551 void Looper::removeMessages(const sp<MessageHandler>& handler, int what) { argument
553 ALOGD("%p ~ removeMessages - handler=%p, what=%d", this, handler.get(), what);
562 && messageEnvelope.message.what == what) {
/system/core/libpixelflinger/
H A Dpixelflinger.cpp402 uint16_t* what = 0; local
407 what = &c->activeTMU->s_wrap;
413 what = &c->activeTMU->t_wrap;
420 what = &c->activeTMU->min_filter;
426 what = &c->activeTMU->min_filter;
433 what = &c->activeTMU->mag_filter;
438 if (!what) {
443 if (*what != param) {
444 *what = param;
/system/core/debuggerd/
H A Dtombstone.c360 static void dump_map(log_t* log, map_info_t* m, const char* what, int scopeFlags) { argument
368 _LOG(log, scopeFlags, " (no %s)\n", what);

Completed in 118 milliseconds