Searched defs:session (Results 1 - 25 of 35) sorted by relevance

12

/hardware/interfaces/camera/device/3.3/default/
H A DCameraDevice.cpp47 sp<CameraDeviceSession> session = new CameraDeviceSession(device, deviceInfo, callback); local
49 session->getInterface()->interfaceChain([](
57 return session;
/hardware/interfaces/camera/device/3.4/default/
H A DCameraDevice.cpp47 sp<CameraDeviceSession> session = new CameraDeviceSession(device, deviceInfo, callback); local
49 session->getInterface()->interfaceChain([](
57 return session;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.h53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon3378
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_ni.h53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon3464
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_ni.h53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon3521
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_ni.h53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon3814
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_ni.h53 loc_eng_ni_session_s_type session; /* SUPL NI Session */ member in struct:__anon3871
/hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
H A DEffectsFactory.impl.h140 Return<void> EffectsFactory::createEffect(const Uuid& uid, int32_t session, int32_t ioHandle, argument
146 status_t status = EffectCreate(&halUuid, session, ioHandle, &handle);
/hardware/qcom/audio/hal/
H A Dvoice.h58 struct voice_session session[MAX_VOICE_SESSIONS]; member in struct:voice
H A Dvoice.c45 struct voice_session *session = NULL; local
48 ret = voice_extn_get_session_from_use_case(adev, usecase_id, &session);
50 session = &adev->voice.session[VOICE_SESS_IDX];
53 return session;
105 struct voice_session *session = NULL; local
109 session = (struct voice_session *)voice_get_session_from_use_case(adev, usecase_id);
118 session->state.current = CALL_INACTIVE;
124 ret = platform_stop_voice_call(adev->platform, session->vsid);
127 if (session
160 struct voice_session *session = NULL; local
[all...]
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDevice.cpp77 sp<CameraDeviceSession> session = mSession.promote(); local
78 if (session == nullptr) {
81 // Only notify active session disconnect events.
84 session->disconnect();
177 sp<CameraDeviceSession> session = nullptr; local
197 session = mSession.promote();
198 if (session != nullptr && !session->isClosed()) {
244 session = createSession(
246 if (session
292 sp<CameraDeviceSession> session = mSession.promote(); local
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_tonemapper.cpp164 ToneMapSession *session = tone_map_sessions_.at(session_index); local
165 ToneMap(&content_list->hwLayers[i], layer, session);
166 session->layer_index_ = INT(i);
173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { argument
178 uint8_t buffer_index = session->current_buffer_index_;
179 const private_handle_t *dst_hnd = session->intermediate_buffer_[buffer_index];
183 buffer_sync_handler_.SyncMerge(session->release_fence_fd_[buffer_index], acquire_fd, &merged_fd);
189 if (session->release_fence_fd_[buffer_index] >= 0) {
190 CloseFd(&session->release_fence_fd_[buffer_index]);
194 fence_fd = session
206 ToneMapSession *session = tone_map_sessions_.at(session_index); local
238 DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) argument
300 ToneMapSession *session = new ToneMapSession(); local
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_tonemapper.cpp213 ToneMapSession *session = tone_map_sessions_.at(session_index); local
214 ToneMap(layer, session);
215 DLOGI_IF(kTagClient, "Layer %d associated with session index %d", i, session_index);
216 session->layer_index_ = INT(i);
223 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { argument
227 uint8_t buffer_index = session->current_buffer_index_;
228 int &release_fence_fd = session->release_fence_fd_[buffer_index];
243 session->tone_map_task_.PerformTask(ToneMapTaskCode::kCodeBlit, &ctx);
246 DumpToneMapOutput(session, &ctx.fence_fd);
247 session
254 ToneMapSession *session = tone_map_sessions_.at(session_index); local
294 DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) argument
356 ToneMapSession *session = new ToneMapSession(buffer_allocator_); local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_tonemapper.cpp164 ToneMapSession *session = tone_map_sessions_.at(session_index); local
165 ToneMap(&content_list->hwLayers[i], layer, session);
166 session->layer_index_ = INT(i);
173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { argument
178 uint8_t buffer_index = session->current_buffer_index_;
179 const private_handle_t *dst_hnd = session->intermediate_buffer_[buffer_index];
183 buffer_sync_handler_.SyncMerge(session->release_fence_fd_[buffer_index], acquire_fd, &merged_fd);
189 if (session->release_fence_fd_[buffer_index] >= 0) {
190 CloseFd(&session->release_fence_fd_[buffer_index]);
194 fence_fd = session
206 ToneMapSession *session = tone_map_sessions_.at(session_index); local
238 DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) argument
300 ToneMapSession *session = new ToneMapSession(); local
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_tonemapper.cpp212 ToneMapSession *session = tone_map_sessions_.at(session_index); local
213 ToneMap(layer, session);
214 session->layer_index_ = INT(i);
221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { argument
225 uint8_t buffer_index = session->current_buffer_index_;
226 int &release_fence_fd = session->release_fence_fd_[buffer_index];
241 session->tone_map_task_.PerformTask(ToneMapTaskCode::kCodeBlit, &ctx);
244 DumpToneMapOutput(session, &ctx.fence_fd);
245 session->UpdateBuffer(ctx.fence_fd, &layer->input_buffer);
252 ToneMapSession *session local
291 DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) argument
353 ToneMapSession *session = new ToneMapSession(buffer_allocator_); local
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_tonemapper.cpp212 ToneMapSession *session = tone_map_sessions_.at(session_index); local
213 ToneMap(layer, session);
214 session->layer_index_ = INT(i);
221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { argument
225 uint8_t buffer_index = session->current_buffer_index_;
226 int &release_fence_fd = session->release_fence_fd_[buffer_index];
241 session->tone_map_task_.PerformTask(ToneMapTaskCode::kCodeBlit, &ctx);
244 DumpToneMapOutput(session, &ctx.fence_fd);
245 session->UpdateBuffer(ctx.fence_fd, &layer->input_buffer);
252 ToneMapSession *session local
284 DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) argument
339 ToneMapSession *session = new ToneMapSession(buffer_allocator_); local
[all...]
/hardware/qcom/gps/msm8909w_3100/gnss/
H A DGnssAdapter.h61 NiSession session; /* SUPL NI Session */ member in struct:__anon3546
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.h60 NiSession session; /* SUPL NI Session */ member in struct:__anon3896
/hardware/interfaces/drm/1.1/vts/functional/
H A Ddrm_hal_clearkey_test.cpp270 * Helper method to open a session and verify that a non-empty
271 * session ID is returned
287 * Helper method to open as session using V1.1 API
304 * Helper method to close a session
449 * Test that the plugin returns default open and max session counts
464 * Test that the plugin returns valid open and max session counts
465 * after a session is opened.
480 SessionId session = openSession(); local
489 closeSession(session);
509 SessionId session local
534 SessionId session = openSession(SecurityLevel::SW_SECURE_CRYPTO); local
549 SessionId session; local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_policy.c109 audio_stream_type_t stream, int session)
115 audio_stream_type_t stream, int session)
206 int session,
108 ap_start_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, int session) argument
114 ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, int session) argument
202 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t output, uint32_t strategy, int session, int id) argument
/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c133 ALOGE("%s: Invalid voice session index\n", __func__);
142 struct voice_session *session = NULL; local
147 session = &adev->voice.session[i];
148 if(session->state.current == call_state){
149 session_id = session->vsid;
162 struct voice_session *session = NULL; local
170 session = &adev->voice.session[i];
172 __func__, session
293 struct voice_session *session = NULL; local
338 struct voice_session *session = NULL; local
377 voice_extn_get_session_from_use_case(struct audio_device *adev, const audio_usecase_t usecase_id, struct voice_session **session) argument
[all...]
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c66 struct session_s *session; // session the effect is on member in struct:effect_s
73 struct effect_s effects[NUM_ID]; // effects in this session
75 int id; // audio session ID
76 int io; // handle of input stream this session is on
166 static void session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled);
179 session_set_fx_enabled(effect->session, effect->id, false);
209 session_set_fx_enabled(effect->session, effect->id, false);
229 session_set_fx_enabled(effect->session, effect->id, true);
254 struct session_s *session,
253 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
272 session_init(struct session_s *session) argument
288 session_create_effect(struct session_s *session, int32_t id, effect_handle_t *interface) argument
319 session_release_effect(struct session_s *session, struct effect_s *fx) argument
336 session_set_config(struct session_s *session, effect_config_t *config) argument
364 session_get_config(struct session_s *session, effect_config_t *config) argument
373 session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled) argument
400 struct session_s *session; local
496 struct session_s *session; local
688 struct session_s *session; local
721 struct session_s *session; local
[all...]
/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPIClientBase.cpp91 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); local
92 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
93 mRequestQueues[CTRL_REQUEST_DELETEAIDINGDATA].reset(session);
111 uint32_t session = mLocationControlAPI->enable(techType); local
112 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
113 mRequestQueues[CTRL_REQUEST_CONTROL].reset(session);
129 uint32_t session = 0; local
130 session
156 uint32_t session = 0; local
207 getRequestBySession(uint32_t session) argument
311 uint32_t session = mLocationAPI->startTracking(options); local
332 uint32_t session = 0; local
349 uint32_t session = 0; local
412 uint32_t session = ((sessionMode == SESSION_MODE_ON_FULL || local
538 uint32_t session = ((sessionMode == SESSION_MODE_ON_FULL) || local
563 uint32_t session = 0; local
784 uint32_t session = id; local
902 removeSession(uint32_t session) argument
908 getRequestBySession(uint32_t session) argument
[all...]
/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.cpp142 LOC_LOGW("%s:%d] Existing tracking session present", __FUNCTION__, __LINE__);
149 uint32_t session = mLocationAPI->startTracking(options); local
150 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
154 requests = new RequestQueue(session);
170 uint32_t session = 0; local
173 session = requests->getSession();
174 if (session > 0) {
176 mLocationAPI->stopTracking(session);
188 uint32_t session local
412 uint32_t session = 0; local
601 uint32_t session = id; local
621 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); local
647 uint32_t session = mLocationControlAPI->enable(techType); local
666 uint32_t session = 0; local
694 uint32_t session = 0; local
818 getRequestBySession(uint32_t session) argument
[all...]
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp328 * Helper method to open a session and verify that a non-empty
329 * session ID is returned
345 * Helper method to close a session
413 * Test that a session can be opened and closed
431 * Test that attempting to close a session that is already closed
503 SessionId session = openSession(); local
504 closeSession(session);
509 session, keyResponse,
521 SessionId session; local
526 session, keyRespons
538 SessionId session = openSession(); local
719 SessionId session = openSession(); local
730 SessionId session = openSession(); local
741 SessionId session; local
751 SessionId session = openSession(); local
762 SessionId session = openSession(); local
773 SessionId session; local
790 SessionId session = openSession(); local
805 SessionId session = openSession(); local
819 SessionId session = openSession(); local
833 SessionId session = openSession(); local
848 SessionId session = openSession(); local
[all...]

Completed in 503 milliseconds

12