Searched refs:cb (Results 1 - 11 of 11) sorted by relevance

/system/core/include/utils/
H A Dmisc.h33 void add_sysprop_change_callback(sysprop_change_callback cb, int priority);
/system/core/libpixelflinger/
H A Draster.cpp59 surface_t* cb = &(c->state.buffers.color); local
62 if (uint32_t(xs) > cb->width)
64 if (uint32_t(ys) > cb->height)
66 if (uint32_t(xs + width) > cb->width)
68 if (uint32_t(ys + height) > cb->height)
105 const GGLFormat* fp = &(c->formats[cb->format]);
106 uint8_t* src = reinterpret_cast<uint8_t*>(cb->data)
107 + (xs + (cb->stride * ys)) * fp->size;
108 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data)
109 + (xd + (cb
[all...]
H A Dscanline.cpp874 surface_t* cb = &(c->state.buffers.depth); local
875 uint16_t* p = (uint16_t*)(cb->data)+(x+(cb->stride*y));
1434 const surface_t* cb = &(c->state.buffers.color); local
1436 dst = reinterpret_cast<uint16_t*>(cb->data) + (x+(cb->stride*y));
2091 surface_t* cb = &(c->state.buffers.color); local
2096 dst = reinterpret_cast<uint16_t*>(cb->data) + (x+(cb->stride*y));
2132 surface_t* cb local
2182 surface_t* cb = &(c->state.buffers.color); local
2250 surface_t* cb = &(c->state.buffers.color); local
2270 surface_t* cb = &(c->state.buffers.color); local
2281 surface_t* cb = &(c->state.buffers.color); local
2292 surface_t* cb = &(c->state.buffers.color); local
2303 surface_t* cb = &(c->state.buffers.color); local
2316 surface_t* cb = &(c->state.buffers.color); local
2341 surface_t* cb = &(c->state.buffers.color); local
[all...]
H A Dtrap.cpp454 surface_t* cb = &(c->state.buffers.color); local
455 const GGLFormat* fp = &(c->formats[cb->format]);
456 uint8_t* dst = reinterpret_cast<uint8_t*>(cb->data) +
457 (x + (cb->stride * y)) * fp->size;
/system/core/libutils/
H A Dmisc.cpp50 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { argument
57 info.callback = cb;
/system/core/init/
H A Dueventd.c80 union selinux_callback cb; local
81 cb.func_log = log_callback;
82 selinux_set_callback(SELINUX_CB_LOG, cb);
H A Dinit.c1054 union selinux_callback cb; local
1055 cb.func_log = log_callback;
1056 selinux_set_callback(SELINUX_CB_LOG, cb);
1058 cb.func_audit = audit_callback;
1059 selinux_set_callback(SELINUX_CB_AUDIT, cb);
/system/core/include/system/
H A Dgraphics.h332 * @y, @cb, and @cr point to the first byte of their respective planes.
347 void *cb; member in struct:android_ycbcr
/system/core/libnativebridge/
H A Dnative_bridge.cc142 static bool VersionCheck(NativeBridgeCallbacks* cb) { argument
143 return cb != nullptr && cb->version == kNativeBridgeCallbackVersion;
/system/security/keystore/
H A Dkeystore.cpp2490 union selinux_callback cb; local
2491 cb.func_log = selinux_log_callback;
2492 selinux_set_callback(SELINUX_CB_LOG, cb);
/system/core/adb/
H A Dadb.c1116 startup.cb = sizeof(startup);

Completed in 2968 milliseconds