/system/core/fastboot/device/ |
D | usb.cpp | 78 static int usb_ffs_write(usb_handle* h, const void* data, int len) { in usb_ffs_write() 98 static int usb_ffs_read(usb_handle* h, void* data, int len, bool allow_partial) { in usb_ffs_read() 129 static int usb_ffs_do_aio(usb_handle* h, const void* data, int len, bool read) { in usb_ffs_do_aio() 188 static int usb_ffs_aio_read(usb_handle* h, void* data, int len, bool /* allow_partial */) { in usb_ffs_aio_read() 192 static int usb_ffs_aio_write(usb_handle* h, const void* data, int len) { in usb_ffs_aio_write() 196 static void usb_ffs_close(usb_handle* h) { in usb_ffs_close() 210 usb_handle* h = new usb_handle(); in create_usb_handle() local
|
D | usb_client.cpp | 189 static void CloseFunctionFs(usb_handle* h) { in CloseFunctionFs() 195 static bool InitFunctionFs(usb_handle* h) { in InitFunctionFs()
|
/system/bt/btif/src/ |
D | btif_sock_thread.cc | 145 static void free_thread_slot(int h) { in free_thread_slot() 156 int h; in btsock_thread_init() local 170 int h = alloc_thread_slot(); in btsock_thread_create() local 189 static inline void init_cmd_fd(int h) { in init_cmd_fd() 198 static inline void close_cmd_fd(int h) { in close_cmd_fd() 215 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) { in btsock_thread_add_fd() 262 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, in btsock_thread_post_cmd() 294 int btsock_thread_wakeup(int h) { in btsock_thread_wakeup() 310 int btsock_thread_exit(int h) { in btsock_thread_exit() 334 static void init_poll(int h) { in init_poll() [all …]
|
/system/core/libcutils/ |
D | native_handle.cpp | 46 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create() local 75 int native_handle_delete(native_handle_t* h) { in native_handle_delete() 83 int native_handle_close(const native_handle_t* h) { in native_handle_close()
|
D | hashmap.cpp | 84 int h = map->hash(key); in hashKey() local 159 int h = keySize; in hashmapHash() local
|
/system/extras/ioshark/ |
D | ioshark_bench_subr.c | 44 struct files_db_handle *h; in files_db_create_handle() local 56 struct files_db_handle *h = (struct files_db_handle *)handle; in files_db_lookup_byfileno() local 72 struct files_db_handle *h = (struct files_db_handle *)handle; in files_db_add_byfileno() local 98 struct files_db_handle *h = (struct files_db_handle *)handle; in files_db_fsync_discard_files() local 173 struct files_db_handle *h = (struct files_db_handle *)handle; in files_db_close_files() local 194 struct files_db_handle *h = (struct files_db_handle *)handle; in files_db_unlink_files() local 222 struct files_db_handle *h = (struct files_db_handle *)handle; in files_db_free_memory() local
|
/system/core/fastboot/ |
D | bootimg_utils.cpp | 37 static void bootimg_set_cmdline_v3_and_above(boot_img_hdr_v3* h, const std::string& cmdline) { in bootimg_set_cmdline_v3_and_above() 42 void bootimg_set_cmdline(boot_img_hdr_v2* h, const std::string& cmdline) { in bootimg_set_cmdline()
|
D | usb_osx.cpp | 397 usb_handle h; in init_usb() local
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 207 void draw_grid(int w, int h, void* _loc) { in draw_grid() 241 void clear_screen(int w, int h, void* _loc) in clear_screen() 258 int h; in main() local
|
D | refresh.c | 134 int l,t,w,h; in main() local
|
/system/extras/slideshow/ |
D | slideshow.cpp | 61 int w, h, x, y; in draw() local
|
/system/libbase/ |
D | mapped_file.cpp | 47 std::unique_ptr<MappedFile> MappedFile::FromOsHandle(os_handle h, off64_t offset, size_t length, in FromOsHandle()
|
/system/bt/hci/test/ |
D | packet_fragmenter_host_test.cc | 227 for (uint16_t h = 0; h < UINT16_MAX; h++) { in TEST_F() local 243 for (uint16_t h = 0; h < UINT16_MAX; h++) { in TEST_F() local 259 for (uint16_t h = 0; h < UINT16_MAX; h++) { in TEST_F() local 275 for (uint16_t h = 0; h < UINT16_MAX; h++) { in TEST_F() local
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 144 void expectAddRouteSuccess(net_handle_t h, const char* i, const char* d, const char* n) { in expectAddRouteSuccess() 155 void expectRemoveRouteSuccess(net_handle_t h, const char* i, const char* d, const char* n) { in expectRemoveRouteSuccess()
|
/system/core/init/ |
D | firmware_handler_test.cpp | 107 ExternalFirmwareHandler h("/dev/path/a.bin", getuid(), "/test"); in TEST() local
|
/system/teeui/test/ |
D | teeui_device_config.cpp | 48 uint32_t h = device_info_ptr->height_; in runRenderTest() local
|
/system/apex/apexd/ |
D | apexd_verity.cpp | 44 uint8_t HexToBin(char h) { in HexToBin()
|
/system/update_engine/payload_generator/ |
D | block_mapping.cc | 77 size_t h = HashValue(block_data); in AddBlock() local
|
/system/teeui/libteeui/example/ |
D | phys_button_example.cpp | 105 uint32_t GUIStatePhysButtons::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer()
|
D | touch_button_example.cpp | 142 uint32_t GUIStateTouch::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer()
|
/system/core/healthd/ |
D | healthd_draw.cpp | 109 int h = gr_get_height(surface); in draw_surface_centered() local
|
/system/security/keystore2/src/km_compat/ |
D | km_compat_type_conversion.h | 367 static V4_0::HardwareAuthenticatorType convert(KMV1::HardwareAuthenticatorType h) { in convert() 379 static KMV1::HardwareAuthenticatorType convert(V4_0::HardwareAuthenticatorType h) { in convert()
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 181 for (auto h : handler ? just_handler : handlers_) { in StatusUpdateHandlersRegistered() local
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 139 pxs h = f * c.x() - c.y(); in intersect() local
|
/system/extras/libfec/ |
D | fec_verity.cpp | 46 int l, h; in parse_hex() local
|