Searched defs:session_index (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_tonemapper.cpp129 uint32_t session_index = 0; local
151 error = AcquireToneMapSession(layer, &session_index);
152 fb_session_index_ = session_index;
155 error = AcquireToneMapSession(layer, &session_index);
164 ToneMapSession *session = tone_map_sessions_.at(session_index);
205 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
206 ToneMapSession *session = tone_map_sessions_.at(session_index);
270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { argument
295 *session_index = i;
336 *session_index
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_tonemapper.cpp177 uint32_t session_index = 0; local
200 error = AcquireToneMapSession(layer, &session_index);
201 fb_session_index_ = INT(session_index);
204 error = AcquireToneMapSession(layer, &session_index);
213 ToneMapSession *session = tone_map_sessions_.at(session_index);
215 DLOGI_IF(kTagClient, "Layer %d associated with session index %d", i, session_index);
253 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
254 ToneMapSession *session = tone_map_sessions_.at(session_index);
264 DLOGI_IF(kTagClient, "Tone map session %d closed.", session_index);
267 int deleted_session = INT(session_index);
334 AcquireToneMapSession(Layer *layer, uint32_t *session_index) argument
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_tonemapper.cpp129 uint32_t session_index = 0; local
151 error = AcquireToneMapSession(layer, &session_index);
152 fb_session_index_ = session_index;
155 error = AcquireToneMapSession(layer, &session_index);
164 ToneMapSession *session = tone_map_sessions_.at(session_index);
205 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
206 ToneMapSession *session = tone_map_sessions_.at(session_index);
270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { argument
295 *session_index = i;
336 *session_index
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_tonemapper.cpp177 uint32_t session_index = 0; local
199 error = AcquireToneMapSession(layer, &session_index);
200 fb_session_index_ = INT(session_index);
203 error = AcquireToneMapSession(layer, &session_index);
212 ToneMapSession *session = tone_map_sessions_.at(session_index);
251 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
252 ToneMapSession *session = tone_map_sessions_.at(session_index);
264 int deleted_session = INT(session_index);
331 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { argument
348 *session_index
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_tonemapper.cpp177 uint32_t session_index = 0; local
199 error = AcquireToneMapSession(layer, &session_index);
200 fb_session_index_ = session_index;
203 error = AcquireToneMapSession(layer, &session_index);
212 ToneMapSession *session = tone_map_sessions_.at(session_index);
251 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
252 ToneMapSession *session = tone_map_sessions_.at(session_index);
317 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { argument
334 *session_index = i;
364 *session_index
[all...]

Completed in 33 milliseconds