Searched defs:sps (Results 1 – 15 of 15) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | CallChainJoiner.cpp | 45 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 D | CallChainJoiner_test.cpp | 181 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 D | OfflineUnwinder.cpp | 244 std::vector<uint64_t>* ips, std::vector<uint64_t>* sps) { in UnwindCallChain()
|
H A D | sample_tree.h | 112 std::vector<uint64_t> sps; in ProcessSampleRecord() local
|
H A D | cmd_monitor.cpp | 605 std::vector<uint64_t> sps; in UnwindRecord() local
|
H A D | cmd_record.cpp | 1577 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 D | record.cpp | 1178 const std::vector<uint64_t>& sps) { in CallChainRecord() 1271 const std::vector<uint64_t>& sps) { in UnwindingResultRecord()
|
H A D | cmd_debug_unwind.cpp | 281 std::vector<uint64_t> sps; in UnwindRecord() local
|
H A D | record.h | 583 uint64_t* sps; member 605 uint64_t* sps = nullptr; member
|
/aosp12/frameworks/av/media/utils/ |
H A D | SchedulingPolicyService.cpp | 37 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 D | BaseInputConnection.java | 88 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 D | PowerStats.cpp | 256 uint32_t sps = std::min(samplingRate, MAX_SAMPLING_RATE); in streamEnergyData() local
|
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPWriter.cpp | 1203 int32_t sps, pps; in sendAVCData() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | v4l2-controls.h | 1027 #define V4L2_H264_SPS_HAS_CHROMA_FORMAT(sps) ((sps)->profile_idc == 100 || (sps)->profile_idc == 11… argument
|
H A D | kvm.h | 619 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member
|