/hardware/google/pixel/power-libperfmgr/aidl/ |
D | PhysicalQuantityTypes.h | 85 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/ |
D | UClampVoterTest.cpp | 263 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/ |
D | BatteryFGReporter.h | 64 uint16_t cycles; member
|
/hardware/interfaces/drm/1.2/ |
D | IDrmPluginListener.hal | 29 * session state across suspend and resume cycles. A
|
D | IDrmPlugin.hal | 224 * state across suspend and resume cycles.
|
/hardware/google/pixel/pixelstats/ |
D | BatteryFGReporter.cpp | 74 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()
|
D | pixelatoms.proto | 745 * 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/ |
D | wsi.adoc | 43 refresh cycles.
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2586 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 2803 … cycles += ((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/ |
D | queuefamily.adoc | 94 unit is a value of cycles.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | memorymodel.adoc | 1045 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
|
D | spirvenv.adoc | 179 cycles; that is, static recursion is not allowed
|
/hardware/interfaces/radio/1.4/ |
D | IRadio.hal | 199 * - Only allow carriers specified in carriers. The restriction persists across power cycles
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 51 /** 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/ |
D | bcmutils.h | 206 uint32 cycles; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_image_processing.adoc | 39 unit, saving shader instructions cycles, memory bandwidth, and shader register space.
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1517 * - Only allow specified carriers, persist across power cycles and FDR. If a present SIM
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 5611 * There must be no reference cycles.
|