Home
last modified time | relevance | path

Searched defs:sps (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DCallChainJoiner.cpp45 void LRUCache::AddCallChain(pid_t tid, std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in AddCallChain()
178 const std::vector<uint64_t>& ips, const std::vector<uint64_t>& sps, in WriteCallChain()
206 std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in ReadCallChain()
233 std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in ReadCallChainInReverseOrder()
290 const std::vector<uint64_t>& sps) { in AddCallChain()
342 std::vector<uint64_t> sps; in JoinCallChains() local
382 std::vector<uint64_t>& ips, std::vector<uint64_t>& sps) { in GetNextCallChain()
H A DCallChainJoiner_test.cpp181 std::vector<uint64_t> sps; in TEST_F() local
241 std::vector<uint64_t> sps; in TEST_F() local
259 std::vector<uint64_t> sps; in TEST_F() local
H A DOfflineUnwinder.cpp244 std::vector<uint64_t>* ips, std::vector<uint64_t>* sps) { in UnwindCallChain()
H A Dsample_tree.h112 std::vector<uint64_t> sps; in ProcessSampleRecord() local
H A Dcmd_monitor.cpp605 std::vector<uint64_t> sps; in UnwindRecord() local
H A Dcmd_record.cpp1577 std::vector<uint64_t> sps; in UnwindRecord() local
1608 const std::vector<uint64_t>& sps) { in KeepFailedUnwindingResult()
1717 std::vector<uint64_t> sps; in JoinCallChains() local
H A Drecord.cpp1178 const std::vector<uint64_t>& sps) { in CallChainRecord()
1271 const std::vector<uint64_t>& sps) { in UnwindingResultRecord()
H A Dcmd_debug_unwind.cpp281 std::vector<uint64_t> sps; in UnwindRecord() local
H A Drecord.h583 uint64_t* sps; member
605 uint64_t* sps = nullptr; member
/aosp12/frameworks/av/media/utils/
H A DSchedulingPolicyService.cpp37 sp<ISchedulingPolicyService> sps = sSchedulingPolicyService; in requestPriority() local
66 sp<ISchedulingPolicyService> sps = sSchedulingPolicyService; in requestCpusetBoost() local
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java88 Object[] sps = text.getSpans(0, text.length(), Object.class); in removeComposingSpans() local
105 final Object[] sps = text.getSpans(start, end, Object.class); in setComposingSpans() local
/aosp12/hardware/interfaces/power/stats/1.0/default/
H A DPowerStats.cpp256 uint32_t sps = std::min(samplingRate, MAX_SAMPLING_RATE); in streamEnergyData() local
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp1203 int32_t sps, pps; in sendAVCData() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dv4l2-controls.h1027 #define V4L2_H264_SPS_HAS_CHROMA_FORMAT(sps) ((sps)->profile_idc == 100 || (sps)->profile_idc == 11… argument
H A Dkvm.h619 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member