Searched refs:_mid (Results 1 – 1 of 1) sorted by relevance
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_stub.c | 539 static __inline int _stub_method(remote_handle _handle, uint32_t _mid) { in _stub_method() argument 542 …_TRY(_nErr, __QAIC_REMOTE(remote_handle_invoke)(_handle, REMOTE_SCALARS_MAKEX(0, _mid, 0, 0, 0, 0)… in _stub_method() 547 uint32_t _mid = 0; in __QAIC_STUB() local 548 return _stub_method(_chre_slpi_handle(), _mid); in __QAIC_STUB() 551 uint32_t _mid = 1; in __QAIC_STUB() local 552 return _stub_method(_chre_slpi_handle(), _mid); in __QAIC_STUB() 555 uint32_t _mid = 2; in __QAIC_STUB() local 556 return _stub_method(_chre_slpi_handle(), _mid); in __QAIC_STUB() 559 uint32_t _mid = 3; in __QAIC_STUB() local 560 return _stub_method(_chre_slpi_handle(), _mid); in __QAIC_STUB() [all …]
|