| /system/core/nexus/ |
| D | NetworkManager.cpp | 57 int NetworkManager::attachController(Controller *c) { in attachController() 87 NetworkManager::ControllerBinding *NetworkManager::lookupBinding(Controller *c) { in lookupBinding() 109 void NetworkManager::onInterfaceConnected(Controller *c) { in onInterfaceConnected() 118 void NetworkManager::onInterfaceDisconnected(Controller *c) { in onInterfaceDisconnected() 125 void NetworkManager::onControllerSuspending(Controller *c) { in onControllerSuspending() 131 void NetworkManager::onControllerResumed(Controller *c) { in onControllerResumed() 136 void NetworkManager::onDhcpStateChanged(Controller *c, int state) { in onDhcpStateChanged() 170 void NetworkManager::onDhcpEvent(Controller *c, int evt) { in onDhcpEvent() 175 void NetworkManager::onDhcpLeaseUpdated(Controller *c, struct in_addr *addr, in onDhcpLeaseUpdated() 194 NetworkManager::ControllerBinding::ControllerBinding(Controller *c) : in ControllerBinding() [all …]
|
| D | VpnController.cpp | 49 VpnController::VpnIntegerProperty::VpnIntegerProperty(VpnController *c, in VpnIntegerProperty() 57 VpnController::VpnStringProperty::VpnStringProperty(VpnController *c, in VpnStringProperty() 64 VpnController::VpnIPV4AddressProperty::VpnIPV4AddressProperty(VpnController *c, in VpnIPV4AddressProperty() 71 VpnController::VpnEnabledProperty::VpnEnabledProperty(VpnController *c) : in VpnEnabledProperty()
|
| D | WifiController.cpp | 655 WifiController::WifiIntegerProperty::WifiIntegerProperty(WifiController *c, in WifiIntegerProperty() 663 WifiController::WifiStringProperty::WifiStringProperty(WifiController *c, in WifiStringProperty() 670 WifiController::WifiEnabledProperty::WifiEnabledProperty(WifiController *c) : in WifiEnabledProperty() 685 WifiController::WifiScanOnlyProperty::WifiScanOnlyProperty(WifiController *c) : in WifiScanOnlyProperty() 696 WifiController::WifiAllowedChannelsProperty::WifiAllowedChannelsProperty(WifiController *c) : in WifiAllowedChannelsProperty() 709 WifiController::WifiSupplicantStateProperty::WifiSupplicantStateProperty(WifiController *c) : in WifiSupplicantStateProperty() 718 WifiController::WifiActiveScanProperty::WifiActiveScanProperty(WifiController *c) : in WifiActiveScanProperty() 729 WifiController::WifiInterfaceProperty::WifiInterfaceProperty(WifiController *c) : in WifiInterfaceProperty() 737 WifiController::WifiSearchingProperty::WifiSearchingProperty(WifiController *c) : in WifiSearchingProperty() 745 WifiController::WifiPacketFilterProperty::WifiPacketFilterProperty(WifiController *c) : in WifiPacketFilterProperty() [all …]
|
| D | DhcpClient.cpp | 55 int DhcpClient::start(Controller *c) { in start()
|
| /system/core/sh/ |
| D | syntax.h | 72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) argument 73 #define is_alpha(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && isalpha((unsign… argument 74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || i… argument 75 #define is_in_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' |… argument 76 #define is_special(c) ((is_type+SYNBASE)[c] & (ISSPECL|ISDIGIT)) argument 77 #define digit_val(c) ((c) - '0') argument
|
| D | output.h | 76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)-… argument 77 #define out1c(c) outc(c, out1); argument 78 #define out2c(c) outc(c, out2); argument
|
| D | memalloc.h | 68 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) argument 70 #define USTPUTC(c, p) (--sstrnleft, *p++ = (c)) argument
|
| /system/core/libpixelflinger/ |
| D | pixelflinger.cpp | 85 void ggl_error(context_t* c, GGLenum error) in ggl_error() 159 static void enable_disable(context_t* c, GGLenum name, int en) in enable_disable() 290 static void ggl_enable_fog(context_t* c, int enable) in ggl_enable_fog() 596 void ggl_set_scissor(context_t* c) in ggl_set_scissor() 615 void ggl_enable_blending(context_t* c, int enable) in ggl_enable_blending() 625 void ggl_enable_scissor_test(context_t* c, int enable) in ggl_enable_scissor_test() 635 void ggl_enable_alpha_test(context_t* c, int enable) in ggl_enable_alpha_test() 645 void ggl_enable_logic_op(context_t* c, int enable) in ggl_enable_logic_op() 655 void ggl_enable_dither(context_t* c, int enable) in ggl_enable_dither() 665 void ggl_enable_stencil_test(context_t* c, int enable) in ggl_enable_stencil_test() [all …]
|
| D | buffer.cpp | 43 void ggl_init_texture(context_t* c) in ggl_init_texture() 58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface() 84 void ggl_pick_texture(context_t* c) in ggl_pick_texture() 100 void ggl_pick_cb(context_t* c) in ggl_pick_cb() 111 void read_pixel(const surface_t* s, context_t* c, in read_pixel() 133 void readRGB565(const surface_t* s, context_t* c, in readRGB565() 147 void readABGR8888(const surface_t* s, context_t* c, in readABGR8888() 162 void write_pixel(const surface_t* s, context_t* c, in write_pixel() 257 uint32_t ggl_pack_color(context_t* c, int32_t format, in ggl_pack_color()
|
| D | scanline.cpp | 278 void ggl_init_scanline(context_t* c) in ggl_init_scanline() 285 void ggl_uninit_scanline(context_t* c) in ggl_uninit_scanline() 297 static void pick_scanline(context_t* c) in pick_scanline() 408 void ggl_pick_scanline(context_t* c) in ggl_pick_scanline() 452 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) in blending() 504 void blend_factor(context_t* c, pixel_t* r, in blend_factor() 605 void scanline(context_t* c) in scanline() 869 uint32_t& c = fragment.c[i]; in scanline() local 1017 static int is_context_horizontal(const context_t* c) { in is_context_horizontal() 1050 void horz_clamp_iterator::init(const context_t* c, int shift) in init() [all …]
|
| D | picker.cpp | 29 void ggl_init_picker(context_t* c) in ggl_init_picker() 33 void ggl_pick(context_t* c) in ggl_pick()
|
| /system/core/libsysutils/src/ |
| D | SocketListener.cpp | 98 char c = 0; in stopListener() local 182 int c; in runListener() local 214 SocketClient* c = *it; in runListener() local
|
| D | FrameworkListener.cpp | 33 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable() 144 FrameworkCommand *c = *i; in dispatchCommand() local
|
| D | FrameworkCommand.cpp | 28 int FrameworkCommand::runCommand(SocketClient *c, int argc, char **argv) { in runCommand()
|
| /system/netd/ |
| D | DnsProxyListener.h | 41 GetAddrInfoHandler(SocketClient *c, in GetAddrInfoHandler() 73 GetHostByAddrHandler(SocketClient *c, in GetHostByAddrHandler()
|
| /system/extras/tests/bionic/libc/bionic/ |
| D | test_static_init.cpp | 9 int c = theFoo.getValue(); in main() local
|
| /system/extras/micro_bench/ |
| D | micro_bench.c | 87 int c = 1000000000/sz; in do_memset() local 112 int c = 1000000000/sz; in do_memcpy() local 137 int c = 1000000000/sz; in do_memread() local
|
| /system/core/toolbox/ |
| D | reboot.c | 16 int c; in reboot_main() local
|
| D | rotatefb.c | 15 int c; in rotatefb_main() local
|
| D | setkey.c | 38 int c, ret; in setkey_main() local
|
| /system/core/sh/bltin/ |
| D | echo.c | 63 char c; in echocmd() local
|
| D | bltin.h | 56 #define putc(c, file) outc(c, file) argument 57 #define putchar(c) out1c(c) argument
|
| /system/extras/ext4_utils/ |
| D | sha1.c | 58 u_char c[64]; member 81 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() 91 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2() 101 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3() 111 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4() 128 u_int32_t a, b, c, d, e; local
|
| /system/core/include/private/pixelflinger/ |
| D | ggl_fixed.h | 201 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 205 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 222 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx() 226 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx() 279 inline GGLfixed gglClampx(GGLfixed c) in gglClampx()
|
| /system/media/wilhelm/tests/sandbox/ |
| D | getch.c | 47 unsigned char c; in getch() local
|