Searched refs:_rout1Len (Results 1 – 4 of 4) sorted by relevance
/external/fastrpc/src/ |
D | apps_remotectl_skel.c | 421 uint32_t _rout1Len[1]; in _skel_method() local 437 _COPY(_rout1Len, 0, _primIn, 4, 4); in _skel_method() 440 _ASSERT(_nErr, (int)((_praROut[0].buf.nLen / 1)) >= (int)(_rout1Len[0])); in _skel_method() 442 _TRY(_nErr, _pfn(*_in0, *_rout1, *_rout1Len, _rout2)); in _skel_method()
|
D | adsp_listener_stub.c | 665 …1(remote_handle _handle, uint32_t _mid, uint32_t _in0[1], void* _rout1[1], uint32_t _rout1Len[1]) { in _stub_method_1() 683 …for(_ii = 0, _seq_nat1 = (char*)_rout1[0];_ii < (int)_rout1Len[0];++_ii, _seq_nat1 = (_seq_nat1 + … in _stub_method_1() 695 _COPY(_primIn, 4, _rout1Len, 0, 4); in _stub_method_1() 696 _ALLOCATE(_nErr, _al, (_rout1Len[0] * 4), 4, _praIn[0].buf.pv); in _stub_method_1() 697 _praIn[0].buf.nLen = (4 * _rout1Len[0]); in _stub_method_1() 698 …mIn1 = (char*)_praIn[0].buf.pv, _seq_nat1 = (char*)_rout1[0];_ii < (int)_rout1Len[0];++_ii, _seq_p… in _stub_method_1() 703 …for(_ii = 0, _seq_nat1 = (char*)_rout1[0];_ii < (int)_rout1Len[0];++_ii, _seq_nat1 = (_seq_nat1 + … in _stub_method_1()
|
D | apps_std_skel.c | 826 uint32_t _rout1Len[1]; in _skel_method_12() local 842 _COPY(_rout1Len, 0, _primIn, 4, 4); in _skel_method_12() 845 _ASSERT(_nErr, (int)((_praROut[0].buf.nLen / 1)) >= (int)(_rout1Len[0])); in _skel_method_12() 847 _TRY(_nErr, _pfn(*_in0, *_rout1, *_rout1Len, _rout2)); in _skel_method_12() 930 uint32_t _rout1Len[1]; in _skel_method_15() local 950 _COPY(_rout1Len, 0, _primIn, 4, 4); in _skel_method_15() 952 _ASSERT(_nErr, (int)((_praROut[0].buf.nLen / 1)) >= (int)(_rout1Len[0])); in _skel_method_15() 954 _TRY(_nErr, _pfn(*_in0, *_rout1, *_rout1Len, _rout2)); in _skel_method_15() 1053 uint32_t _rout1Len[1]; in _skel_method_20() local 1070 _COPY(_rout1Len, 0, _primIn, 4, 4); in _skel_method_20() [all …]
|
D | remotectl_stub.c | 589 …dle _handle, uint32_t _mid, uint32_t _in0[1], char* _rout1[1], uint32_t _rout1Len[1], uint32_t _ro… in _stub_method_1() 603 _COPY(_primIn, 4, _rout1Len, 0, 4); in _stub_method_1() 607 _praROut[0].buf.nLen = (1 * _rout1Len[0]); in _stub_method_1()
|