Searched refs:_chre_slpi_pls_ctor (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/chre/host/msm/daemon/generated/ |
H A D | chre_slpi_stub.c | 460 static int _chre_slpi_pls_ctor(void* ctx, void* data) { in _chre_slpi_pls_ctor() function 478 …if(0 == adsp_pls_add_lookup((uint32_t)_chre_slpi_handle, 0, sizeof(*ph), _chre_slpi_pls_ctor, "ch… in _chre_slpi_handle() 483 …if(0 == HAP_pls_add_lookup((uint32_t)_chre_slpi_handle, 0, sizeof(*ph), _chre_slpi_pls_ctor, "chr… in _chre_slpi_handle() 513 int nErr = _chre_slpi_pls_ctor("chre_slpi", (void*)&tmp); in _chre_slpi_handle()
|