HomeSort by relevance Sort by last modified time
    Searched refs:clie_recv (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
hw-qemud.h 86 * 'clie_opaque' will be sent as the first argument to 'clie_recv' and 'clie_close'
87 * 'clie_recv' and 'clie_close' are both optional and may be NULL.
96 QemudClientRecv clie_recv,
hw-qemud.c 649 QemudClientRecv clie_recv; member in struct:QemudClient
723 if (c->clie_recv)
724 c->clie_recv( c->clie_opaque, msg, msglen, c );
742 if (c->clie_recv)
743 c->clie_recv( c->clie_opaque,
787 /* Technically, calling 'clie_recv' can destroy client object 'c'
790 if (c->clie_recv)
791 c->clie_recv( c->clie_opaque, c->payload->buff, c->payload->size, c );
879 c->clie_recv = NULL;
898 QemudClientRecv clie_recv,
    [all...]

Completed in 33 milliseconds