/system/core/libcutils/ |
D | native_handle.c | 38 native_handle_t* h = malloc(mallocSize); in native_handle_create() local 47 int native_handle_delete(native_handle_t* h) in native_handle_delete() 57 int native_handle_close(const native_handle_t* h) in native_handle_close()
|
D | hashmap.c | 84 int h = map->hash(key); in hashKey() local 163 int h = keySize; in hashmapHash() local
|
/system/bt/btif/src/ |
D | btif_sock_thread.c | 150 static void free_thread_slot(int h) in free_thread_slot() 166 int h; in btsock_thread_init() local 183 int h = alloc_thread_slot(); in btsock_thread_create() local 207 static inline void init_cmd_fd(int h) in init_cmd_fd() 219 static inline void close_cmd_fd(int h) in close_cmd_fd() 240 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) in btsock_thread_add_fd() 294 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id) in btsock_thread_post_cmd() 331 int btsock_thread_wakeup(int h) in btsock_thread_wakeup() 350 int btsock_thread_exit(int h) in btsock_thread_exit() 376 static void init_poll(int h) in init_poll() [all …]
|
/system/core/adb/ |
D | usb_linux_client.cpp | 283 static int usb_adb_write(usb_handle *h, const void *data, int len) in usb_adb_write() 302 static int usb_adb_read(usb_handle *h, void *data, int len) in usb_adb_read() 327 static void usb_adb_kick(usb_handle *h) { in usb_adb_kick() 338 static void usb_adb_close(usb_handle *h) { in usb_adb_close() 350 usb_handle* h = reinterpret_cast<usb_handle*>(calloc(1, sizeof(usb_handle))); in usb_adb_init() local 383 static bool init_functionfs(struct usb_handle *h) in init_functionfs() 494 static int usb_ffs_write(usb_handle* h, const void* data, int len) { in usb_ffs_write() 513 static int usb_ffs_read(usb_handle* h, void* data, int len) { in usb_ffs_read() 532 static void usb_ffs_kick(usb_handle *h) in usb_ffs_kick() 555 static void usb_ffs_close(usb_handle *h) { in usb_ffs_close() [all …]
|
D | usb_linux.cpp | 296 static int usb_bulk_write(usb_handle* h, const void* data, int len) { in usb_bulk_write() 335 static int usb_bulk_read(usb_handle* h, void* data, int len) { in usb_bulk_read() 402 int usb_write(usb_handle *h, const void *_data, int len) in usb_write() 423 int usb_read(usb_handle *h, void *_data, int len) in usb_read() 457 void usb_kick(usb_handle* h) { in usb_kick() 490 int usb_close(usb_handle* h) { in usb_close()
|
D | adb.cpp | 462 static bool _try_make_handle_noninheritable(HANDLE h) { in _try_make_handle_noninheritable() 472 static bool _make_handle_noninheritable(HANDLE h) { in _make_handle_noninheritable() 515 static unsigned _redirect_pipe_thread(HANDLE h, DWORD nStdHandle) { in _redirect_pipe_thread() 596 static unsigned __stdcall _redirect_stdout_thread(HANDLE h) { in _redirect_stdout_thread() 601 static unsigned __stdcall _redirect_stderr_thread(HANDLE h) { in _redirect_stderr_thread()
|
D | transport_usb.cpp | 83 void init_usb_transport(atransport *t, usb_handle *h, ConnectionState state) in init_usb_transport()
|
D | framebuffer_service.cpp | 63 int w, h, f; in framebuffer_service() local
|
/system/core/libpixelflinger/ |
D | clear.cpp | 51 uint32_t l, uint32_t t, uint32_t w, uint32_t h) in memset2d() 102 uint32_t h = c->state.scissor.bottom - t; in ggl_clear() local
|
D | buffer.cpp | 187 const int h = f->c[i].h; in write_pixel() local 278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
|
D | raster.cpp | 153 GGLint h = where[3]; in gglBitBlit() local
|
/system/core/adf/libadf/tests/ |
D | adf_test.cpp | 76 void drawCheckerboard(void *buf, uint32_t w, uint32_t h, uint32_t pitch) { in drawCheckerboard() 102 void getCurrentMode(uint32_t &w, uint32_t &h) { in getCurrentMode() 286 uint32_t w = 0, h = 0; in TEST_F() local 311 uint32_t w = 0, h = 0; in TEST_F() local
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 207 void draw_grid(int w, int h, void* _loc) { in draw_grid() 242 void clear_screen(int w, int h, void* _loc) in clear_screen() 259 int h; in main() local
|
D | refresh.c | 135 int l,t,w,h; in main() local
|
/system/extras/ksmutils/ |
D | lookup3.c | 775 uint32_t h=0; in driver1() local 797 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local 868 uint32_t h; in driver3() local 957 uint32_t h,i,state[HASHSTATE]; in driver4() local
|
/system/vold/ |
D | Keymaster.h | 63 KeymasterOperation(std::shared_ptr<IKeymasterDevice> d, keymaster_operation_handle_t h) in KeymasterOperation()
|
/system/core/fastboot/ |
D | bootimg_utils.cpp | 35 void bootimg_set_cmdline(boot_img_hdr* h, const char* cmdline) in bootimg_set_cmdline()
|
D | usb_osx.cpp | 415 usb_handle h; in init_usb() local
|
/system/extras/slideshow/ |
D | slideshow.cpp | 59 int w, h, x, y; in draw() local
|
/system/connectivity/shill/ |
D | hook_table.cc | 40 static string ObjectID(const HookTable* h) { return "(hook_table)"; } in ObjectID()
|
/system/update_engine/payload_generator/ |
D | block_mapping.cc | 76 size_t h = HashValue(block_data); in AddBlock() local
|
/system/core/sdcard/ |
D | sdcard.c | 1197 struct handle *h; in handle_open() local 1232 struct handle *h = id_to_ptr(req->fh); in handle_read() local 1261 struct handle *h = id_to_ptr(req->fh); in handle_write() local 1316 struct handle *h = id_to_ptr(req->fh); in handle_release() local 1335 struct handle *h = id_to_ptr(req->fh); in handle_fsync() local 1362 struct dirhandle *h; in handle_opendir() local 1399 struct dirhandle *h = id_to_ptr(req->fh); in handle_readdir() local 1425 struct dirhandle *h = id_to_ptr(req->fh); in handle_releasedir() local
|
/system/core/include/system/ |
D | window.h | 739 int w, int h, int format) in native_window_set_buffers_geometry() 760 int w, int h) in native_window_set_buffers_dimensions() 785 int w, int h) in native_window_set_buffers_user_dimensions()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 151 for (auto h : handler ? just_handler : handlers_) { in StatusUpdateHandlersRegistered() local
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
|