Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 18 of 18) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/
DPhysicalQuantityTypes.h85 inline std::ostream &operator<<(std::ostream &os, Cycles cycles) {
86 return os << "Cycles(" << int(cycles) << ")";
93 inline constexpr Frequency operator/(Cycles const &cycles, chrono_duration auto time) {
95 return Frequency(static_cast<int>(cycles) / fpchrono.count());
/hardware/google/pixel/power-libperfmgr/aidl/tests/
DUClampVoterTest.cpp263 Cycles const cycles(100); in TEST() local
266 votes.add(gpu_vote_id, GpuVote(true, now, timeout, cycles)); in TEST()
280 Cycles const cycles(100); in TEST() local
283 votes.add(gpu_vote_id, GpuVote(true, now, timeout, cycles)); in TEST()
301 Cycles const cycles(100); in TEST() local
304 votes.add(gpu_vote_id, GpuVote(true, now, timeout, cycles)); in TEST()
307 EXPECT_THAT(votes.getGpuCapacityRequest(now), Optional(cycles)); in TEST()
/hardware/google/pixel/pixelstats/include/pixelstats/
DBatteryFGReporter.h64 uint16_t cycles; member
/hardware/interfaces/drm/1.2/
DIDrmPluginListener.hal29 * session state across suspend and resume cycles. A
DIDrmPlugin.hal224 * state across suspend and resume cycles.
/hardware/google/pixel/pixelstats/
DBatteryFGReporter.cpp74 data.event, data.state, data.cycles, data.vcel, data.avgv, data.curr, data.avgc, in reportAbnormalEvent()
90 …AtomFieldValue(&values, FuelGaugeAbnormalityReported::kFgRegisterAddress1FieldNumber, data.cycles); in reportAbnormalEvent()
Dpixelatoms.proto745 * Log bucketed battery charge cycles.
747 * Each bucket represents cycles of the battery past
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc43 refresh cycles.
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2586 float cycles = 0; in getRequiredCapacity() local
2621 ((display->mXres * display->mYres) / G2D_BASE_PPC_COLORFILL), cycles); in getRequiredCapacity()
2800 float cycles = 0; in updateUsedCapacity() local
2803cycles += ((mAssignedDisplay->mXres * mAssignedDisplay->mYres) / G2D_BASE_PPC_COLORFILL); in updateUsedCapacity()
2805 … ((mAssignedDisplay->mXres * mAssignedDisplay->mYres) / G2D_BASE_PPC_COLORFILL), cycles); in updateUsedCapacity()
2823 cycles += srcCycles; in updateUsedCapacity()
2826 … i, srcCycles, cycles, PPC, srcResolution, dstResolution, mAssignedSources[i]->mSrcImg.transform); in updateUsedCapacity()
2829 mUsedBaseCycles = cycles; in updateUsedCapacity()
2830 capacity = cycles / mClockKhz; in updateUsedCapacity()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dqueuefamily.adoc94 unit is a value of cycles.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dmemorymodel.adoc1045 Then the implementation must: guarantee that no cycles exist in the union of
1071 value from (no cycles between location-order, reads-from, and
1075 modification order (no cycles between location-order, scope modification
1078 write later than A in A's scoped modification order (no cycles between
1081 modification order (no cycles between location-order and scoped
1085 modification order (no cycles between scoped modification order and
Dspirvenv.adoc179 cycles; that is, static recursion is not allowed
/hardware/interfaces/radio/1.4/
DIRadio.hal199 * - Only allow carriers specified in carriers. The restriction persists across power cycles
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal51 /** A valid 'carrier cycles' is stored in the data structure. */
587 * The number of full carrier cycles between the satellite and the
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h206 uint32 cycles; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc39 unit, saving shader instructions cycles, memory bandwidth, and shader register space.
/hardware/interfaces/radio/1.0/
DIRadio.hal1517 * - Only allow specified carriers, persist across power cycles and FDR. If a present SIM
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal5611 * There must be no reference cycles.