Searched refs:DdkWrite (Results 1 – 7 of 7) sorted by relevance
| /system/core/devmgr/dmctl/ |
| A D | dmctl.cpp | 30 zx_status_t DdkWrite(const void* buf, size_t count, zx_off_t off, size_t* actual); 52 zx_status_t Dmctl::DdkWrite(const void* buf, size_t count, zx_off_t off, size_t* actual) { in DdkWrite() function in __anon026b74930111::Dmctl
|
| /system/ulib/ddktl/include/ddktl/ |
| A D | device-internal.h | 203 DECLARE_HAS_MEMBER_FN(has_ddk_write, DdkWrite); 211 static_assert(std::is_same<decltype(&D::DdkWrite), in CheckWritable()
|
| A D | device.h | 227 return static_cast<D*>(ctx)->DdkWrite(buf, count, off, actual); in Write()
|
| /system/ulib/ddktl/test/ |
| A D | device-tests.cpp | 56 zx_status_t DdkWrite(const void* buf, size_t count, zx_off_t off, size_t* actual) { in BEGIN_SUCCESS_CASE() 142 zx_status_t DdkWrite(const void* buf, size_t count, zx_off_t off, size_t* actual) { in DdkWrite() function
|
| /system/dev/block/block/ |
| A D | block.cpp | 56 zx_status_t DdkWrite(const void* buf, size_t buf_len, zx_off_t off, size_t* actual); 255 zx_status_t BlockDevice::DdkWrite(const void* buf, size_t buf_len, zx_off_t off, size_t* actual) { in DdkWrite() function in BlockDevice
|
| /system/dev/bus/platform/ |
| A D | platform-proxy-device.h | 51 zx_status_t DdkWrite(const void* buf, size_t count, zx_off_t off, size_t* actual);
|
| A D | platform-proxy-device.cpp | 801 zx_status_t ProxyDevice::DdkWrite(const void* buf, size_t count, zx_off_t off, size_t* actual) { in DdkWrite() function in platform_bus::ProxyDevice
|
Completed in 20 milliseconds