/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_utils.cpp | 84 formats->push_back(std::make_pair(fourcc_code(final_format_str.at(0), final_format_str.at(1), in ParseFormats() 85 final_format_str.at(2), final_format_str.at(3)), in ParseFormats()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | blit_engine_c2d.cpp | 209 Layer *layer = layer_stack->layers.at(i); in PostCommit() 214 layer_stack->layers.at(index)->input_buffer.release_fence_fd; in PostCommit() 218 layer_stack->layers.at(index)->input_buffer.release_fence_fd = -1; in PostCommit() 219 fd = layer_stack->layers.at(index)->input_buffer.acquire_fence_fd; in PostCommit() 220 layer_stack->layers.at(index)->input_buffer.acquire_fence_fd = -1; in PostCommit() 262 Layer *layer = layer_stack->layers.at(i); in Prepare() 284 LayerBuffer &layer_buffer = layer_stack->layers.at(gpu_target_index)->input_buffer; in Prepare() 295 Layer *layer = layer_stack->layers.at(k); in Prepare() 311 layer->frame_rate = layer_stack->layers.at(gpu_target_index)->frame_rate; in Prepare() 334 Layer *layer = layer_stack->layers.at(i); in PreCommit() [all …]
|
D | hwc_tonemapper.cpp | 130 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() 144 ToneMapSession *fb_tone_map_session = tone_map_sessions_.at(fb_session_index_); in HandleToneMap() 164 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() 206 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() 207 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() 290 ToneMapSession *tonemap_session = tone_map_sessions_.at(i); in AcquireToneMapSession()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | blit_engine_c2d.cpp | 209 Layer *layer = layer_stack->layers.at(i); in PostCommit() 214 layer_stack->layers.at(index)->input_buffer.release_fence_fd; in PostCommit() 218 layer_stack->layers.at(index)->input_buffer.release_fence_fd = -1; in PostCommit() 219 fd = layer_stack->layers.at(index)->input_buffer.acquire_fence_fd; in PostCommit() 220 layer_stack->layers.at(index)->input_buffer.acquire_fence_fd = -1; in PostCommit() 262 Layer *layer = layer_stack->layers.at(i); in Prepare() 284 LayerBuffer &layer_buffer = layer_stack->layers.at(gpu_target_index)->input_buffer; in Prepare() 295 Layer *layer = layer_stack->layers.at(k); in Prepare() 311 layer->frame_rate = layer_stack->layers.at(gpu_target_index)->frame_rate; in Prepare() 334 Layer *layer = layer_stack->layers.at(i); in PreCommit() [all …]
|
D | hwc_tonemapper.cpp | 130 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() 144 ToneMapSession *fb_tone_map_session = tone_map_sessions_.at(fb_session_index_); in HandleToneMap() 164 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() 206 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() 207 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() 290 ToneMapSession *tonemap_session = tone_map_sessions_.at(i); in AcquireToneMapSession()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | blit_engine_c2d.cpp | 209 Layer *layer = layer_stack->layers.at(i); in PostCommit() 214 layer_stack->layers.at(index)->input_buffer->release_fence_fd; in PostCommit() 218 layer_stack->layers.at(index)->input_buffer->release_fence_fd = -1; in PostCommit() 219 fd = layer_stack->layers.at(index)->input_buffer->acquire_fence_fd; in PostCommit() 220 layer_stack->layers.at(index)->input_buffer->acquire_fence_fd = -1; in PostCommit() 262 Layer *layer = layer_stack->layers.at(i); in Prepare() 284 LayerBuffer *layer_buffer = layer_stack->layers.at(gpu_target_index)->input_buffer; in Prepare() 295 Layer *layer = layer_stack->layers.at(k); in Prepare() 305 layer->frame_rate = layer_stack->layers.at(gpu_target_index)->frame_rate; in Prepare() 326 Layer *layer = layer_stack->layers.at(i); in PreCommit() [all …]
|
/hardware/google/pixel/powerstats/dataproviders/ |
D | PowerStatsEnergyConsumer.cpp | 105 mCoefficients.emplace(s.id, stateCoeffs.at(s.name)); in addPowerEntity() 138 mCoefficients.emplace(stateId, stateCoeffs.at(stateName)); in addAttribution() 176 int64_t d_time_in_state = uidTimeInStat.second.at(id); in getEnergyConsumed() 178 d_time_in_state -= mUidTimeInStateSS.at(uidTimeInStat.first).at(id); in getEnergyConsumed() 180 uidEnergyUWs += mCoefficients.at(id) * d_time_in_state; in getEnergyConsumed() 199 (mUidEnergySS.count(attr.uid) ? mUidEnergySS.at(attr.uid) : 0); in getEnergyConsumed() 211 totalEnergyUWs += mCoefficients.at(s.id) * s.totalTimeInStateMs; in getEnergyConsumed()
|
/hardware/google/pixel/powerstats/ |
D | PowerStatsAidl.cpp | 88 mStateResidencyDataProviders.at(mStateResidencyDataProviderIndex.at(id)) in getStateResidency() 190 auto &entityStateNames = stateNames->at(info.id); in getEntityStateNames() 244 oss << ::android::base::StringPrintf(dataFormatDelta, channelNames.at(data.id).c_str(), in dumpEnergyMeter() 255 oss << ::android::base::StringPrintf(dataFormat, channelNames.at(data.id).c_str(), in dumpEnergyMeter() 299 prevResultsMap.at(prevResult.id).emplace(stateResidency.id, stateResidency); in dumpStateResidency() 305 const char *entityName = entityNames.at(result.id).c_str(); in dumpStateResidency() 312 const char *stateName = stateNames.at(result.id).at(stateResidency.id).c_str(); in dumpStateResidency() 348 dataFormat, entityNames.at(result.id).c_str(), in dumpStateResidency() 349 stateNames.at(result.id).at(stateResidency.id).c_str(), in dumpStateResidency()
|
/hardware/google/pixel/pwrstats_util/dataproviders/ |
D | PowerEntityResidencyDataProvider.cpp | 61 auto& entityStateNames = stateNames.at(stateSpace.powerEntityId); in getImpl() 80 residency->set_entity_name(entityNames.at(result.powerEntityId)); in getImpl() 81 residency->set_state_name(stateNames.at(result.powerEntityId) in getImpl() 82 .at(curStateResidency.powerEntityStateId)); in getImpl()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | pending_requests_tracker.cc | 79 return grouped_stream_id_map_.at(stream_id); in OverrideStreamIdForGroup() 188 if (stream_pending_buffers_.at(stream_id) >= in DoStreamsHaveEnoughBuffersLocked() 189 stream_max_buffers_.at(stream_id)) { in DoStreamsHaveEnoughBuffersLocked() 191 stream_id, stream_max_buffers_.at(stream_id)); in DoStreamsHaveEnoughBuffersLocked() 206 if (stream_acquired_buffers_.at(stream_id) + num_buffers > in DoesStreamHaveEnoughBuffersToAcquireLocked() 207 stream_max_buffers_.at(stream_id)) { in DoesStreamHaveEnoughBuffersToAcquireLocked() 209 stream_max_buffers_.at(stream_id)); in DoesStreamHaveEnoughBuffersToAcquireLocked()
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 6 * You may obtain a copy of the License at 51 * The probability that the satellite is estimated to be in Line-of-Sight condition at the given 77 * A struct containing a set of measurement corrections for all used GNSS satellites at the location 78 * specified by latitudeDegrees, longitudeDegrees, altitudeMeters and at the time of week specified 82 /** Represents latitude in degrees at which the corrections are computed.. */ 85 /** Represents longitude in degrees at which the corrections are computed.. */ 89 * Represents altitude in meters above the WGS 84 reference ellipsoid at which the corrections 96 * position at which the corrections are provided. 104 * at which the corrections are provided.
|
/hardware/google/camera/common/sensor_listener/tests/ |
D | goog_sensor_sync_test.cc | 204 EXPECT_LT(vsync_timestamps->at(i - 1), vsync_timestamps->at(i)); in TestGetLatestNSamples() 207 EXPECT_LT(frame_ids->at(i - 1), frame_ids->at(i)); in TestGetLatestNSamples() 210 EXPECT_LT(boottime_timestamps->at(i - 1), boottime_timestamps->at(i)); in TestGetLatestNSamples() 213 EXPECT_LT(arrival_timestamps->at(i - 1), arrival_timestamps->at(i)); in TestGetLatestNSamples()
|
/hardware/interfaces/audio/effect/6.0/ |
D | INoiseSuppressionEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
D | IAutomaticGainControlEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
/hardware/interfaces/audio/effect/4.0/ |
D | INoiseSuppressionEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
D | IAutomaticGainControlEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
/hardware/interfaces/audio/effect/7.0/ |
D | INoiseSuppressionEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
D | IAutomaticGainControlEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
/hardware/interfaces/audio/effect/2.0/ |
D | INoiseSuppressionEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
D | IAutomaticGainControlEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
/hardware/interfaces/audio/effect/5.0/ |
D | INoiseSuppressionEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
D | IAutomaticGainControlEffect.hal | 6 * You may obtain a copy of the License at 60 * Sets all properties at once. 65 * Gets all properties at once.
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssAntennaInfoCallback.hal | 6 * You may obtain a copy of the License at 63 * millimeters, at regularly spaced azimuthal angle (theta) and zenith angle 77 * The columns (inner vectors) represent fixed zenith angles, beginning at 0 78 * degrees and ending at 180 degrees. They are separated by deltaPhi, the regular 94 * 2D vectors representing the signal gain corrections at regularly spaced 96 * measured at the antenna feed point without considering the radio and receiver 111 * The columns (inner vectors) represent fixed zenith angles, beginning at 0 112 * degrees and ending at 180 degrees. They are separated by deltaPhi, the regular
|
/hardware/interfaces/gnss/measurement_corrections/1.1/ |
D | types.hal | 6 * You may obtain a copy of the License at 24 * A struct containing a set of measurement corrections for all used GNSS satellites at the location 25 * specified by latitudeDegrees, longitudeDegrees, altitudeMeters and at the time of week specified 45 * As position approaches another road, environmentBearingUncertaintyDegrees will grow, and at 49 * at some stage hasEnvironmentBearing = false.
|
/hardware/interfaces/ir/1.0/ |
D | IConsumerIr.hal | 6 * You may obtain a copy of the License at 21 * transmit() sends an IR pattern at a given carrierFreq. 24 * microseconds. The carrier should be turned off at the end of a transmit
|