Searched refs:pv (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 101 int pv; in fetchKernelSepolicyVers() local 103 pv = security_policyvers(); in fetchKernelSepolicyVers() 105 pv = 0; in fetchKernelSepolicyVers() 107 if (pv < 0) { in fetchKernelSepolicyVers() 108 return pv; in fetchKernelSepolicyVers() 110 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 157 …ine _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignment,… argument 455 _primIn = _pra[0].buf.pv; in _skel_method() 459 _in0[0] = _praIn[0].buf.pv; in _skel_method() 479 _primIn = _pra[0].buf.pv; in _skel_method_1() 481 _primROut = _pra[(_numIn[0] + 1)].buf.pv; in _skel_method_1() 486 _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 157 …ine _ALLOCATE(nErr, pal, size, alignment, pv) _TRY(nErr, _allocator_alloc(pal, 0, size, alignment,… argument 568 _pra[0].buf.pv = (void*)_primIn; in _stub_method_1() 570 _pra[(_numIn[0] + 1)].buf.pv = (void*)_primROut; in _stub_method_1() 575 _praROut[0].buf.pv = _rout0[0]; in _stub_method_1() 591 _pra[0].buf.pv = (void*)_primIn; in _stub_method_2() 595 _praIn[0].buf.pv = _in0[0]; in _stub_method_2()
|
/system/libvintf/analyze_matrix/ |
D | analyze_matrix.cpp | 115 for (const auto& pv : *pvs) { in main() 116 std::cout << pv << std::endl; in main()
|