Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 38) sorted by relevance

12

/system/core/fastboot/device/
Dusb.cpp81 static int usb_ffs_write(usb_handle* h, const void* data, int len) { in usb_ffs_write()
101 static int usb_ffs_read(usb_handle* h, void* data, int len, bool allow_partial) { in usb_ffs_read()
132 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()
227 auto h = std::make_unique<usb_handle>(); in create_usb_handle() local
Dusb_iouring.cpp68 static int usb_ffs_do_aio(usb_handle* h, T* const data, const int len) { in usb_ffs_do_aio()
118 static int usb_ffs_io_uring_read(usb_handle* h, void* data, int len, bool /* allow_partial */) { in usb_ffs_io_uring_read()
122 static int usb_ffs_io_uring_write(usb_handle* h, const void* data, int len) { in usb_ffs_io_uring_write()
126 void exit_io_uring_ffs(usb_handle* h) { in exit_io_uring_ffs()
130 bool init_io_uring_ffs(usb_handle* h, size_t queue_depth) { in init_io_uring_ffs()
Dusb_client.cpp189 static void CloseFunctionFs(usb_handle* h) { in CloseFunctionFs()
195 static bool InitFunctionFs(usb_handle* h) { in InitFunctionFs()
/system/core/libcutils/
Dnative_handle.cpp53 int close_internal(const native_handle_t* h, bool allowUntagged) { in close_internal()
107 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create() local
144 int native_handle_delete(native_handle_t* h) { in native_handle_delete()
152 int native_handle_close(const native_handle_t* h) { in native_handle_close()
156 int native_handle_close_with_tag(const native_handle_t* h) { in native_handle_close_with_tag()
Dhashmap.cpp84 int h = map->hash(key); in hashKey() local
159 int h = keySize; in hashmapHash() local
/system/extras/ioshark/
Dioshark_bench_subr.c44 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/
Dbootimg_utils.cpp37 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()
/system/teeui/test/
Dteeui_device_config.cpp42 void saveToPpm(const uint32_t* data, uint32_t w, uint32_t h, uint32_t linestride) { in saveToPpm()
83 uint32_t h = device_info_ptr->height_; in runRenderTest() local
/system/extras/tests/framebuffer/
Dfb_test.c207 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
Drefresh.c134 int l,t,w,h; in main() local
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
Dsha2.h47 uint32_t h[SHA2_HASH_WORDS]; member
Dsha2.c88 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
/system/extras/slideshow/
Dslideshow.cpp61 int w, h, x, y; in draw() local
/system/libbase/
Dmapped_file.cpp47 std::unique_ptr<MappedFile> MappedFile::FromOsHandle(os_handle h, off64_t offset, size_t length, in FromOsHandle()
/system/hardware/interfaces/net/netd/aidl/vts/
DVtsHalNetNetdV1TargetTest.cpp148 void expectAddRouteSuccess(net_handle_t h, const char* i, const char* d, const char* n) { in expectAddRouteSuccess()
162 void expectRemoveRouteSuccess(net_handle_t h, const char* i, const char* d, const char* n) { in expectRemoveRouteSuccess()
/system/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp144 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/
Dfirmware_handler_test.cpp107 ExternalFirmwareHandler h("/dev/path/a.bin", getuid(), "/test"); in TEST() local
/system/update_engine/payload_generator/
Dblock_mapping.cc77 size_t h = HashValue(block_data); in AddBlock() local
/system/teeui/libteeui/example/
Dphys_button_example.cpp105 uint32_t GUIStatePhysButtons::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer()
Dtouch_button_example.cpp142 uint32_t GUIStateTouch::renderUIIntoBuffer(uint32_t x, uint32_t y, uint32_t w, uint32_t h, in renderUIIntoBuffer()
/system/apex/apexd/
Dapexd_verity.cpp46 uint8_t HexToBin(char h) { in HexToBin()
/system/security/keystore2/src/km_compat/
Dkm_compat_type_conversion.h374 static V4_0::HardwareAuthenticatorType convert(KMV1::HardwareAuthenticatorType h) { in convert()
386 static KMV1::HardwareAuthenticatorType convert(V4_0::HardwareAuthenticatorType h) { in convert()
/system/core/healthd/
Dhealthd_draw.cpp126 int h = gr_get_height(surface); in draw_surface_centered() local
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp199 native_handle_t* h = native_handle_create(/* numFds */ 1, /* numInts */ 0); in TEST_F() local
/system/teeui/libteeui/src/
Dutils.cpp139 pxs h = f * c.x() - c.y(); in intersect() local

12