Sign in
android
/
platform
/
frameworks
/
rs
/
c2c02a88641620f50a69cc174077ac8bbef40478
/
.
/
rsHandcode.h
blob: e6b722cb07047c26850f4d7af28c9f0cf31fcc83 [
file
] [
log
] [
blame
]
#define
DATA_SYNC_SIZE
1024
static
inline
void
rsHCAPI_ContextFinish
(
RsContext
rsc
)
{
ThreadIO
*
io
=
&((
Context
*)
rsc
)->
mIO
;
uint32_t
size
=
sizeof
(
RS_CMD_ContextFinish
);
io
->
mToCore
.
commitSync
(
RS_CMD_ID_ContextFinish
,
size
);
}