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