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

12

/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:__anon3320
/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:__anon3406
/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:__anon3464
/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:__anon3583
/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:__anon3641
/hardware/qcom/audio/hal/
H A Dvoice.h58 struct voice_session session[MAX_VOICE_SESSIONS]; member in struct:voice
H A Dvoice.c44 struct voice_session *session = NULL; local
47 ret = voice_extn_get_session_from_use_case(adev, usecase_id, &session);
49 session = &adev->voice.session[VOICE_SESS_IDX];
52 return session;
111 struct voice_session *session = NULL; local
115 session = (struct voice_session *)voice_get_session_from_use_case(adev, usecase_id);
124 session->state.current = CALL_INACTIVE;
130 ret = platform_stop_voice_call(adev->platform, session->vsid);
133 if (session
161 struct voice_session *session = NULL; local
[all...]
/hardware/qcom/audio/msm8909/hal/
H A Dvoice.h60 struct voice_session session[MAX_VOICE_SESSIONS]; member in struct:voice
H A Dvoice.c48 struct voice_session *session = NULL; local
51 ret = voice_extn_get_session_from_use_case(adev, usecase_id, &session);
53 session = &adev->voice.session[VOICE_SESS_IDX];
56 return session;
63 struct voice_session *session = NULL; local
67 session = (struct voice_session *)voice_get_session_from_use_case(adev, usecase_id);
68 if (!session) {
69 ALOGE("stop_call: couldn't find voice session");
73 session
116 struct voice_session *session = NULL; local
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp93 status_t AudioPolicyCompatClient::moveEffects(audio_session_t session, audio_io_handle_t srcOutput, argument
96 return mServiceOps->move_effects(mService, session, srcOutput, dstOutput);
H A Daudio_policy_hal.cpp154 audio_stream_type_t stream, audio_session_t session)
158 session);
162 audio_stream_type_t stream, audio_session_t session)
166 session);
281 audio_session_t session,
285 return lap->apm->registerEffect(desc, io, strategy, session, id);
153 ap_start_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) argument
161 ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, audio_session_t session) argument
277 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
H A DAudioPolicyManagerBase.cpp596 // FIXME: We should check the audio session here but we do not have it in this context.
743 audio_session_t session)
745 ALOGV("startOutput() output %d, stream %d, session %d", output, stream, session);
811 audio_session_t session)
813 ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session);
1230 audio_session_t session,
1248 ALOGV("registerEffect() effect %s, io %d, strategy %d session %d id %d",
1249 desc->name, io, strategy, session, i
741 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, audio_session_t session) argument
809 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, audio_session_t session) argument
1227 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, audio_session_t session, int id) argument
[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/msm8909/hal/voice_extn/
H A Dvoice_extn.c123 ALOGE("%s: Invalid voice session index\n", __func__);
132 struct voice_session *session = NULL; local
137 session = &adev->voice.session[i];
138 if(session->state.current == call_state){
139 session_id = session->vsid;
152 struct voice_session *session = NULL; local
160 session = &adev->voice.session[i];
162 __func__, session
283 struct voice_session *session = NULL; local
328 struct voice_session *session = NULL; local
365 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/msm8909/voice_processing/
H A Dvoice_processing.c62 struct session_s *session; // session the effect is on member in struct:effect_s
69 struct effect_s effects[NUM_ID]; // effects in this session
71 int id; // audio session ID
72 int io; // handle of input stream this session is on
162 static void session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled);
175 session_set_fx_enabled(effect->session, effect->id, false);
205 session_set_fx_enabled(effect->session, effect->id, false);
225 session_set_fx_enabled(effect->session, effect->id, true);
250 struct session_s *session,
249 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
268 session_init(struct session_s *session) argument
284 session_create_effect(struct session_s *session, int32_t id, effect_handle_t *interface) argument
315 session_release_effect(struct session_s *session, struct effect_s *fx) argument
332 session_set_config(struct session_s *session, effect_config_t *config) argument
360 session_get_config(struct session_s *session, effect_config_t *config) argument
369 session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled) argument
396 struct session_s *session; local
486 struct session_s *session; local
678 struct session_s *session; local
715 struct session_s *session; local
[all...]
/hardware/qcom/audio/voice_processing/
H A Dvoice_processing.c63 struct session_s *session; // session the effect is on member in struct:effect_s
70 struct effect_s effects[NUM_ID]; // effects in this session
72 int id; // audio session ID
73 int io; // handle of input stream this session is on
163 static void session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled);
176 session_set_fx_enabled(effect->session, effect->id, false);
206 session_set_fx_enabled(effect->session, effect->id, false);
226 session_set_fx_enabled(effect->session, effect->id, true);
251 struct session_s *session,
250 effect_create(struct effect_s *effect, struct session_s *session, effect_handle_t *interface) argument
269 session_init(struct session_s *session) argument
285 session_create_effect(struct session_s *session, int32_t id, effect_handle_t *interface) argument
316 session_release_effect(struct session_s *session, struct effect_s *fx) argument
333 session_set_config(struct session_s *session, effect_config_t *config) argument
361 session_get_config(struct session_s *session, effect_config_t *config) argument
370 session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled) argument
397 struct session_s *session; local
483 struct session_s *session; local
675 struct session_s *session; local
708 struct session_s *session; local
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp152 audio_stream_type_t stream, int session)
156 session);
160 audio_stream_type_t stream, int session)
164 session);
279 int session,
283 return qap->apm->registerEffect(desc, io, strategy, session, id);
151 ap_start_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, int session) argument
159 ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, int session) argument
275 ap_register_effect(struct audio_policy *pol, const struct effect_descriptor_s *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
/hardware/ti/omap4-aah/security/tee_client_api/
H A Dtee_client_api_linux_driver.c270 /* Open session */
464 TEEC_Session* session, /* OUT */
465 const TEEC_UUID* destination, /* The trusted application UUID we want to open the session with */
472 session,
482 void TEEC_CloseSession (TEEC_Session* session) argument
487 if (session == NULL) return;
488 context = session->imp._pContext;
493 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession;
496 session->imp._hClientSession = S_HANDLE_NULL;
497 session
462 TEEC_OpenSession( TEEC_Context* context, TEEC_Session* session, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* errorOrigin) argument
501 TEEC_InvokeCommand( TEEC_Session* session, uint32_t commandID, TEEC_Operation* operation, uint32_t* errorOrigin) argument
756 TEEC_OpenSessionEx( TEEC_Context* context, TEEC_Session* session, const TEEC_TimeLimit* timeLimit, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* returnOrigin) argument
833 TEEC_InvokeCommandEx( TEEC_Session* session, const TEEC_TimeLimit* timeLimit, uint32_t commandID, TEEC_Operation* operation, uint32_t* returnOrigin) argument
[all...]
/hardware/ti/omap4xxx/security/tee_client_api/
H A Dtee_client_api_linux_driver.c262 /* Open session */
456 TEEC_Session* session, /* OUT */
457 const TEEC_UUID* destination, /* The trusted application UUID we want to open the session with */
464 session,
474 void TEEC_CloseSession (TEEC_Session* session) argument
479 if (session == NULL) return;
480 context = session->imp._pContext;
485 sCommand.sCloseClientSession.hClientSession = session->imp._hClientSession;
488 session->imp._hClientSession = S_HANDLE_NULL;
489 session
454 TEEC_OpenSession( TEEC_Context* context, TEEC_Session* session, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* errorOrigin) argument
493 TEEC_InvokeCommand( TEEC_Session* session, uint32_t commandID, TEEC_Operation* operation, uint32_t* errorOrigin) argument
748 TEEC_OpenSessionEx( TEEC_Context* context, TEEC_Session* session, const TEEC_TimeLimit* timeLimit, const TEEC_UUID* destination, uint32_t connectionMethod, void* connectionData, TEEC_Operation* operation, uint32_t* returnOrigin) argument
825 TEEC_InvokeCommandEx( TEEC_Session* session, const TEEC_TimeLimit* timeLimit, uint32_t commandID, TEEC_Operation* operation, uint32_t* returnOrigin) argument
[all...]
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp508 // FIXME: We should check the audio session here but we do not have it in this context.
818 // close compress output to make sure session will be closed before timeout(60sec)
1288 audio_session_t session __unused,
1552 // FIXME: We should check the audio session here but we do not have it in this context.
1700 audio_session_t session,
1772 session,
1782 audio_session_t session)
1792 index = inputDesc->mSessions.indexOf(session);
1794 ALOGW("startInput() unknown session %d on input %d", session, inpu
1698 getInputForAttr(const audio_attributes_t *attr, audio_io_handle_t *input, audio_session_t session, uid_t uid, uint32_t samplingRate, audio_format_t format, audio_channel_mask_t channelMask, audio_input_flags_t flags, audio_port_handle_t selectedDeviceId, input_type_t *inputType) argument
1781 startInput(audio_io_handle_t input, audio_session_t session) argument
1904 stopInput(audio_io_handle_t input, audio_session_t session) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
H A Dmm_jpeg.h277 uint32_t sessionId; /* session ID */
371 mm_jpeg_job_session_t session[MM_JPEG_MAX_SESSION]; member in struct:__anon2671
408 /* Pointer to the session in progress*/
/hardware/qcom/audio/msm8909/hal/msm8916/
H A Dplatform.c2650 int platform_update_lch(void *platform, struct voice_session *session, argument
2657 ret = my_data->csd->set_lch(session->vsid, lch_mode);
2659 ret = pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode);
2722 ALOGD("Rejecting request for DSP only session from HAL during voice call/SSR state");
/hardware/qcom/audio/msm8909/hal/msm8974/
H A Dplatform.c2522 int platform_update_lch(void *platform, struct voice_session *session, argument
2529 ret = my_data->csd->set_lch(session->vsid, lch_mode);
2531 ret = pcm_ioctl(session->pcm_tx, SNDRV_VOICE_IOCTL_LCH, &lch_mode);
2598 ALOGD("Rejecting request for DSP only session from HAL during voice call/SSR state");
/hardware/ril/include/telephony/
H A Dril.h318 int session; // Unique session value defined by framework returned in all "responses/unsol" member in struct:__anon4842
1079 /* The status for an OTASP/OTAPA session */
2585 * If a USSD session already exists, the message should be sent in the
2586 * context of that session. Otherwise, a new session should be created.
2590 * Only one USSD session may exist at a time, and the session is assumed
2594 * of "0" (USSD-Notify/no further action) or "2" (session terminated)
2625 * Cancel the current USSD session i
[all...]

Completed in 1098 milliseconds

12