Searched refs:_remotectl_pls_ctor (Results 1 – 1 of 1) sorted by relevance
/external/fastrpc/src/ |
D | remotectl_stub.c | 477 static int _remotectl_pls_ctor(void* ctx, void* data) { in _remotectl_pls_ctor() function 495 …if(0 == adsp_pls_add_lookup((uint32_t)_remotectl_handle, 0, sizeof(*ph), _remotectl_pls_ctor, "re… in _remotectl_handle() 500 …if(0 == HAP_pls_add_lookup((uint32_t)_remotectl_handle, 0, sizeof(*ph), _remotectl_pls_ctor, "rem… in _remotectl_handle() 530 int nErr = _remotectl_pls_ctor("remotectl", (void*)&tmp); in _remotectl_handle()
|