Searched refs:pv (Results 1 – 3 of 3) sorted by relevance
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 76 int pv; in fetchKernelSepolicyVers() local 78 pv = security_policyvers(); in fetchKernelSepolicyVers() 80 pv = 0; in fetchKernelSepolicyVers() 82 if (pv < 0) { in fetchKernelSepolicyVers() 83 return pv; in fetchKernelSepolicyVers() 85 mRuntimeInfo->mKernelSepolicyVersion = pv; in fetchKernelSepolicyVers()
|
/system/chre/host/msm/daemon/generated/ |
D | chre_slpi_skel.c | 155 …LLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, __FILE_LINE__, size, alig… argument 156 _ASSERT(nErr,pv || !(size)) 158 …ine _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignment,… argument 159 _ASSERT(nErr,pv || !(size)) 458 _primIn = _pra[0].buf.pv; in _skel_method() 462 _in0[0] = _praIn[0].buf.pv; in _skel_method() 482 _primIn = _pra[0].buf.pv; in _skel_method_1() 484 _primROut = _pra[(_numIn[0] + 1)].buf.pv; in _skel_method_1() 489 _rout0[0] = _praROut[0].buf.pv; in _skel_method_1()
|
D | chre_slpi_stub.c | 155 …LLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, __FILE_LINE__, size, alig… argument 156 _ASSERT(nErr,pv || !(size)) 158 …ine _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignment,… argument 159 _ASSERT(nErr,pv || !(size)) 571 _pra[0].buf.pv = (void*)_primIn; in _stub_method_1() 573 _pra[(_numIn[0] + 1)].buf.pv = (void*)_primROut; in _stub_method_1() 578 _praROut[0].buf.pv = _rout0[0]; in _stub_method_1() 594 _pra[0].buf.pv = (void*)_primIn; in _stub_method_2() 598 _praIn[0].buf.pv = (void*) _in0[0]; in _stub_method_2()
|