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

/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:__anon1771
/hardware/qcom/audio/hal/
H A Dvoice.h57 struct voice_session session[MAX_VOICE_SESSIONS]; member in struct:voice
H A Dvoice.c43 struct voice_session *session = NULL; local
46 ret = voice_extn_get_session_from_use_case(adev, usecase_id, &session);
48 session = &adev->voice.session[VOICE_SESS_IDX];
51 return session;
58 struct voice_session *session = NULL; local
62 session = (struct voice_session *)voice_get_session_from_use_case(adev, usecase_id);
63 session->state.current = CALL_INACTIVE;
65 ret = platform_stop_voice_call(adev->platform, session->vsid);
68 if (session
103 struct voice_session *session = NULL; local
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.cpp58 /* Delete all session objects. Usually this should not be needed as closeDevice()
107 Session *session = new Session(sessionId, pMcKMod, connection); local
108 sessionList.push_back(session);
H A DClientLib.cpp299 mcSessionHandle_t *session,
311 CHECK_NOT_NULL(session);
321 // Get the device associated with the given session
322 Device *device = resolveDeviceId(session->deviceId);
342 session->deviceId,
355 LOG_E("Daemon could not open session, responseId %d.", mcResult);
399 // Register session with handle
400 session->sessionId = rspOpenSessionPayload.sessionId;
417 session->deviceId,
418 session
298 mcOpenSession( mcSessionHandle_t *session, const mcUuid_t *uuid, uint8_t *tci, uint32_t len ) argument
459 mcCloseSession(mcSessionHandle_t *session) argument
541 mcWaitNotification( mcSessionHandle_t *session, int32_t timeout ) argument
729 Session *session = device->resolveSessionId(sessionHandle->sessionId); local
815 Session *session = device->resolveSessionId(sessionHandle->sessionId); local
866 mcGetSessionErrorCode( mcSessionHandle_t *session, int32_t *lastErr ) argument
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp93 status_t AudioPolicyCompatClient::moveEffects(int 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, int session)
158 session);
162 audio_stream_type_t stream, int session)
166 session);
281 int 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, int session) argument
161 ap_stop_output(struct audio_policy *pol, audio_io_handle_t output, audio_stream_type_t stream, int session) argument
277 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
H A DAudioPolicyManagerBase.cpp595 // FIXME: We should check the audio session here but we do not have it in this context.
742 int session)
744 ALOGV("startOutput() output %d, stream %d, session %d", output, stream, session);
810 int session)
812 ALOGV("stopOutput() output %d, stream %d, session %d", output, stream, session);
1229 int session,
1247 ALOGV("registerEffect() effect %s, io %d, strategy %d session %d id %d",
1248 desc->name, io, strategy, session, i
740 startOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
808 stopOutput(audio_io_handle_t output, AudioSystem::stream_type stream, int session) argument
1226 registerEffect(const effect_descriptor_t *desc, audio_io_handle_t io, uint32_t strategy, int session, int id) argument
[all...]
/hardware/qcom/audio/hal/voice_extn/
H A Dvoice_extn.c118 ALOGE("%s: Invalid voice session index\n", __func__);
127 struct voice_session *session = NULL; local
132 session = &adev->voice.session[i];
133 if(session->state.current == call_state){
134 session_id = session->vsid;
147 struct voice_session *session = NULL; local
155 session = &adev->voice.session[i];
157 __func__, session
278 struct voice_session *session = NULL; local
323 struct voice_session *session = NULL; local
360 voice_extn_get_session_from_use_case(struct audio_device *adev, const audio_usecase_t usecase_id, struct voice_session **session) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp68 for (trustletSessionIterator_t session = trustletSessions.begin();
69 session != trustletSessions.end();
70 ++session) {
71 TrustletSession *tsTmp = *session;
80 void MobiCoreDevice::cleanSessionBuffers(TrustletSession *session) argument
82 CWsm_ptr pWsm = session->popBulkBuff();
86 pWsm = session->popBulkBuff();
92 for (trustletSessionIterator_t session = trustletSessions.begin();
93 session != trustletSessions.end();
94 ++session) {
[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/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
482 struct session_s *session; local
672 struct session_s *session; local
705 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/ril/include/telephony/
H A Dril.h217 int session; // Unique session value defined by framework returned in all "responses/unsol" member in struct:__anon2391
852 /* The status for an OTASP/OTAPA session */
2192 * If a USSD session already exists, the message should be sent in the
2193 * context of that session. Otherwise, a new session should be created.
2197 * Only one USSD session may exist at a time, and the session is assumed
2201 * of "0" (USSD-Notify/no further action) or "2" (session terminated)
2223 * Cancel the current USSD session i
[all...]
/hardware/ril/reference-ril/
H A Dril.h217 int session; // Unique session value defined by framework returned in all "responses/unsol" member in struct:__anon2567
852 /* The status for an OTASP/OTAPA session */
2192 * If a USSD session already exists, the message should be sent in the
2193 * context of that session. Otherwise, a new session should be created.
2197 * Only one USSD session may exist at a time, and the session is assumed
2201 * of "0" (USSD-Notify/no further action) or "2" (session terminated)
2223 * Cancel the current USSD session i
[all...]

Completed in 488 milliseconds