/hardware/qcom/msm8998/json-c/ |
D | ChangeLog | 101 Zachary Blair, zack_blair at hotmail dot com 104 Eric Haszlakiewicz, EHASZLA at transunion com 105 Rui Miguel Silva Seabra, rms at 1407 dot org 108 Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com 110 Spotted by Vikram Raj V, vsagar at attinteractive dot com 112 Brent Miller, bdmiller at yahoo dash inc dot com 114 Brent Miller, bdmiller at yahoo dash inc dot com 120 Eric Haszlakiewicz, EHASZLA at transunion dot com 122 Ian Atha, thatha at yahoo dash inc dot com 126 Erik Hovland, erik at hovland dot org [all …]
|
/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/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/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 95 * Represents the horizontal uncertainty (68% confidence) in meters on the device position at 103 * Represents the vertical uncertainty (68% confidence) in meters on the device position at
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 391 … invalidValues->emplace_back(TField((validValues->at(0) + validValues->at(1)) / 2)); in getTestValues() 392 … invalidValues->emplace_back(TField((validValues->at(N - 2) + validValues->at(N - 1)) / 2)); in getTestValues() 395 invalidValues->emplace_back(TField(validValues->at(0) + 1)); in getTestValues() 396 invalidValues->emplace_back(TField(validValues->at(N - 1) - 1)); in getTestValues() 429 … invalidValues->emplace_back(TField((validValues->at(0) + validValues->at(1)) / 2)); in getTestValues() 430 … invalidValues->emplace_back(TField((validValues->at(N - 2) + validValues->at(N - 1)) / 2)); in getTestValues() 432 if (validValues->at(1) - validValues->at(0) > 1) { in getTestValues() 433 invalidValues->emplace_back(TField(validValues->at(0) + 1)); in getTestValues() 435 if (validValues->at(N - 1) - validValues->at(N - 2) > 1) { in getTestValues() 436 invalidValues->emplace_back(TField(validValues->at(N - 1) - 1)); in getTestValues()
|
/hardware/google/pixel/powerstats/ |
D | PowerStats.cpp | 223 dataFormat, entityNames.at(result.powerEntityId).c_str(), in DumpResidencyDataToFd() 224 stateNames.at(result.powerEntityId) in DumpResidencyDataToFd() 225 .at(stateResidency.powerEntityStateId).c_str(), in DumpResidencyDataToFd() 265 prevResultsMap.at(prevResult.powerEntityId) in DumpResidencyDataDiffToFd() 273 const char *entityName = entityNames.at(entityId).c_str(); in DumpResidencyDataDiffToFd() 281 const char *stateName = stateNames.at(entityId).at(stateId).c_str(); in DumpResidencyDataDiffToFd() 346 auto &entityStateNames = stateNames.at(stateSpace.powerEntityId); in debugStateResidency() 408 dumpStats << android::base::StringPrintf(dataFormat, railNames.at(data.index).first.c_str(), in DumpEnergyDataToFd() 409 railNames.at(data.index).second.c_str(), in DumpEnergyDataToFd() 440 const char *subsysName = railNames.at(data.index).first.c_str(); in DumpEnergyDataDiffToFd() [all …]
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 6 * You may obtain a copy of the License at 36 // AOSP atom ID range starts at 105000 40 // AOSP atom ID range ends at 109999 77 /* Stats at beginning of charge session. */ 83 /* Stats at end of charge session. */ 103 /* Time spent at various charge speeds, in seconds. */
|
/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/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/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/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
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 6 * You may obtain a copy of the License at 63 * it returns at least one buffer of that stream to camera service. 115 * Method call failed for all streams and no buffers are returned at all. 123 * Method call failed for all streams and no buffers are returned at all. 130 * Method call failed for all streams and no buffers are returned at all. 162 * The transport header must be at the end of the JPEG APP segments output stream 163 * buffer. That means the blobId must start at byte[buffer_size - 165 * buffer. The JPEG APP segments data itself starts at the beginning of the
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraDualFOVPP.cpp | 185 pVector->at(WIDE_INPUT) = NULL; in feedInput() 186 pVector->at(TELE_INPUT) = NULL; in feedInput() 211 pVector->at(WIDE_INPUT) = pInputData; in feedInput() 213 pVector->at(TELE_INPUT) = pInputData; in feedInput() 217 if (pVector->at(0) != NULL && pVector->at(1) != NULL) { in feedInput() 250 if (pVector != NULL && pVector->at(WIDE_INPUT) != NULL) { in feedOutput() 251 qcamera_hal_pp_data_t *pInputData = pVector->at(WIDE_INPUT); in feedOutput() 372 (qcamera_hal_pp_data_t *)pVector->at(WIDE_INPUT); in process() 382 (qcamera_hal_pp_data_t *)pVector->at(TELE_INPUT); in process()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() 192 ToneMapSession *fb_tone_map_session = tone_map_sessions_.at(fb_session_index_); in HandleToneMap() 212 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() 252 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() 254 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() 329 ToneMapSession *tonemap_session = tone_map_sessions_.at(i); in AcquireToneMapSession()
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 6 * You may obtain a copy of the License at 33 * Flash the light at specified rate. 73 * - The display must update at 60 Hz at least, but higher refresh rates are 123 * To flash the light at a given rate, set flashMode to LIGHT_FLASH_TIMED,
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 6 * You may obtain a copy of the License at 32 * must trigger at least one hotplug notification, even if it only occurs 41 * only one thread is calling it at a time. 70 * @param timestamp is the CLOCK_MONOTONIC time at which the vsync event
|
/hardware/interfaces/cas/native/1.0/ |
D | IDescrambler.hal | 6 * You may obtain a copy of the License at 35 * @param srcOffset the position where the source scrambled data starts at. 37 * @param dstOffset the position where the descrambled data should start at.
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 179 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() 194 ToneMapSession *fb_tone_map_session = tone_map_sessions_.at(UINT32(fb_session_index_)); in HandleToneMap() 214 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() 255 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() 257 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() 348 ToneMapSession *tonemap_session = tone_map_sessions_.at(i); in AcquireToneMapSession()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() 193 ToneMapSession *fb_tone_map_session = tone_map_sessions_.at(UINT32(fb_session_index_)); in HandleToneMap() 213 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() 254 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() 256 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() 346 ToneMapSession *tonemap_session = tone_map_sessions_.at(i); in AcquireToneMapSession()
|