Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 8 of 8) sorted by relevance

/system/memory/lmkd/include/
Dlmkd.h110 enum proc_type ptype; member
125 params->ptype = field_count > 3 ? (enum proc_type)ntohl(packet[4]) : PROC_TYPE_APP; in lmkd_pack_get_procprio()
137 packet[4] = htonl((int)params->ptype); in lmkd_pack_set_procprio()
352 params->procs[procs_idx].ptype = (enum proc_type)ntohl(packet[packetIdx++]); in lmkd_pack_get_procs_prio()
372 packet[packetIdx++] = htonl((int)params->procs[i].ptype); in lmkd_pack_set_procs_prio()
/system/core/init/
Dlmkd_service.cpp51 params.ptype = PROC_TYPE_SERVICE; in RegisterProcess()
/system/memory/lmkd/tests/
Dlmkd_tests.cpp107 params.ptype = PROC_TYPE_APP; in SetupChild()
307 .ptype = proc_type::PROC_TYPE_APP}; in TEST_F()
Dlmkd_test.cpp255 params.ptype = PROC_TYPE_APP; in runMemStressTest()
/system/bpf/loader/
DLoader.cpp418 enum bpf_prog_type ptype = getSectionType(name); in readCodeSections() local
420 if (ptype == BPF_PROG_TYPE_UNSPEC) continue; in readCodeSections()
422 if (!IsAllowed(ptype, allowed, numAllowed)) { in readCodeSections()
423 ALOGE("Program type %s not permitted here", getSectionName(ptype).c_str()); in readCodeSections()
435 cs_temp.type = ptype; in readCodeSections()
/system/nfc/src/rust/nci/
Dapi.rs304 destparams.push(DestParam { ptype: DestParamTypes::RfDisc, parameter }); in nfc_conn_create()
308 destparams.push(DestParam { ptype: DestParamTypes::Nfcee, parameter }); in nfc_conn_create()
/system/memory/lmkd/
Dlmkd.cpp1143 if (proc.ptype == PROC_TYPE_APP && per_app_memcg) { in register_oom_adj_proc()
1240 if (params.ptype < PROC_TYPE_FIRST || params.ptype >= PROC_TYPE_COUNT) { in apply_proc_prio()
1241 ALOGE("Invalid PROCPRIO process type argument %d", params.ptype); in apply_proc_prio()
1514 else if (params.procs[i].ptype < PROC_TYPE_FIRST || in handle_io_uring_procs_prio()
1515 params.procs[i].ptype >= PROC_TYPE_COUNT) in handle_io_uring_procs_prio()
1517 params.procs[i].pid, params.procs[i].ptype); in handle_io_uring_procs_prio()
/system/nfc/src/
Dnci_packets.pdl419 ptype : DestParamTypes,