Searched refs:BC_REPLY_SG (Results 1 – 3 of 3) sorted by relevance
241 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg), enumerator
260 BC_REPLY_SG = _IOW('c', 18, struct binder_transaction_data_sg), enumerator
581 int cmd = (totalDBinderBufSize > 0) ? BC_REPLY_SG : BC_REPLY; in SendReply()