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

  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 448 uint32_t _in0Len[1];
456 _COPY(_in0Len, 0, _primIn, 0, 4);
458 _ASSERT(_nErr, (int)((_praIn[0].buf.nLen / 1)) >= (int)(_in0Len[0]));
460 _TRY(_nErr, _pfn(*_in0, *_in0Len));
chre_slpi_stub.c 586 static __inline int _stub_method_2(remote_handle _handle, uint32_t _mid, char* _in0[1], uint32_t _in0Len[1]) {
593 _COPY(_primIn, 0, _in0Len, 0, 4);
596 _praIn[0].buf.nLen = (1 * _in0Len[0]);

Completed in 2141 milliseconds