Loading system/udrv/Android.bp +1 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,5 @@ cc_library_static { local_include_dirs: [ "include", ], shared_libs: [ "liblog", ], host_supported: true, } system/udrv/ulinux/uipc.cc +1 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,7 @@ static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { /* read sufficiently large buffer to ensure flush empties socket faster than it is getting refilled */ read(pfd.fd, &buf, UIPC_FLUSH_BUFFER_SIZE); (void)read(pfd.fd, &buf, UIPC_FLUSH_BUFFER_SIZE); } } Loading Loading
system/udrv/Android.bp +1 −3 Original line number Diff line number Diff line Loading @@ -22,7 +22,5 @@ cc_library_static { local_include_dirs: [ "include", ], shared_libs: [ "liblog", ], host_supported: true, }
system/udrv/ulinux/uipc.cc +1 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,7 @@ static void uipc_flush_ch_locked(tUIPC_STATE& uipc, tUIPC_CH_ID ch_id) { /* read sufficiently large buffer to ensure flush empties socket faster than it is getting refilled */ read(pfd.fd, &buf, UIPC_FLUSH_BUFFER_SIZE); (void)read(pfd.fd, &buf, UIPC_FLUSH_BUFFER_SIZE); } } Loading