| /hardware/google/pixel/power-libperfmgr/aidl/ |
| D | PowerSessionManager.cpp | 110 void PowerSessionManager::addPowerSession(PowerHintSession *session) { in addPowerSession() 116 void PowerSessionManager::removePowerSession(PowerHintSession *session) { in removePowerSession() 122 void PowerSessionManager::addThreadsFromPowerSession(PowerHintSession *session) { in addThreadsFromPowerSession() 127 void PowerSessionManager::addThreadsFromPowerSessionLocked(PowerHintSession *session) { in addThreadsFromPowerSessionLocked() 138 void PowerSessionManager::removeThreadsFromPowerSession(PowerHintSession *session) { in removeThreadsFromPowerSession() 143 void PowerSessionManager::removeThreadsFromPowerSessionLocked(PowerHintSession *session) { in removeThreadsFromPowerSessionLocked() 154 void PowerSessionManager::setUclampMin(PowerHintSession *session, int val) { in setUclampMin() 159 void PowerSessionManager::setUclampMinLocked(PowerHintSession *session, int val) { in setUclampMinLocked()
|
| D | PowerHintSession.h | 101 SessionTimerHandler(PowerHintSession *session, std::string name) in SessionTimerHandler() 119 StaleTimerHandler(PowerHintSession *session) : SessionTimerHandler(session, "stale") {} in StaleTimerHandler() 126 BoostTimerHandler(PowerHintSession *session) : SessionTimerHandler(session, "boost") {} in BoostTimerHandler()
|
| /hardware/qcom/audio/voice_processing/ |
| D | voice_processing.c | 66 struct session_s *session; // session the effect is on member 254 struct session_s *session, in effect_create() 272 static int session_init(struct session_s *session) in session_init() 288 static int session_create_effect(struct session_s *session, in session_create_effect() 319 static int session_release_effect(struct session_s *session, in session_release_effect() 336 static int session_set_config(struct session_s *session, effect_config_t *config) in session_set_config() 364 static void session_get_config(struct session_s *session, effect_config_t *config) in session_get_config() 373 static void session_set_fx_enabled(struct session_s *session, uint32_t id, bool enabled) in session_set_fx_enabled() 400 struct session_s *session; in get_session() local 496 struct session_s *session; in fx_process() local [all …]
|
| /hardware/qcom/gps/msm8909w_3100/location/ |
| D | LocationAPIClientBase.cpp | 91 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData() local 111 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable() local 129 uint32_t session = 0; in locAPIDisable() local 156 uint32_t session = 0; in locAPIGnssUpdateConfig() local 207 LocationAPIRequest* LocationAPIControlClient::getRequestBySession(uint32_t session) in getRequestBySession() 311 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() local 332 uint32_t session = 0; in locAPIStopTracking() local 349 uint32_t session = 0; in locAPIUpdateTrackingOptions() local 412 uint32_t session = ((sessionMode == SESSION_MODE_ON_FULL || in locAPIStartSession() local 538 uint32_t session = ((sessionMode == SESSION_MODE_ON_FULL) || in locAPIUpdateSessionOptions() local [all …]
|
| /hardware/interfaces/automotive/sv/1.0/vts/functional/ |
| D | VtsHalSurroundViewV1_0TargetTest.cpp | 66 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 87 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 117 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 149 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 172 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 189 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 233 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 251 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 300 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() 352 const sp<ISurroundView2dSession>& session, SvResult result) { in TEST_P() [all …]
|
| /hardware/google/av/media/eco/ |
| D | ECOService.cpp | 76 sp<ECOSession> session = iter->second.promote(); in obtainSession() local 115 sp<ECOSession> session = iter->second.promote(); in getSessions() local 122 sp<ECOSession> session = entry.promote(); in isEmptySession() local 150 sp<ECOSession> session = it->second.promote(); in dump() local
|
| /hardware/google/av/media/eco/tests/ |
| D | EcoServiceTest.cpp | 86 sp<IECOSession> session = nullptr; in TEST_F() local 96 sp<IECOSession> session = nullptr; in TEST_F() local 106 sp<IECOSession> session = nullptr; in TEST_F() local 117 sp<IECOSession> session = nullptr; in TEST_F() local 190 sp<IECOSession> session = nullptr; in TEST_F() local
|
| D | FakeECOServiceStatsProvider.h | 63 void setECOSession(android::sp<IECOSession> session) { mECOSession = session; } in setECOSession()
|
| D | FakeECOServiceInfoListener.h | 59 void setECOSession(android::sp<IECOSession> session) { mECOSession = session; } in setECOSession()
|
| /hardware/qcom/sm8150/gps/location/ |
| D | LocationAPIClientBase.cpp | 91 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData() local 111 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable() local 129 uint32_t session = 0; in locAPIDisable() local 222 LocationAPIRequest* LocationAPIControlClient::getRequestBySession(uint32_t session) in getRequestBySession() 362 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() local 383 uint32_t session = 0; in locAPIStopTracking() local 400 uint32_t session = 0; in locAPIUpdateTrackingOptions() local 473 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIStartSession() local 598 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIUpdateSessionOptions() local 832 uint32_t session = id; in locAPIGnssNiResponse() local [all …]
|
| /hardware/qcom/sm8150p/gps/location/ |
| D | LocationAPIClientBase.cpp | 91 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData() local 111 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable() local 129 uint32_t session = 0; in locAPIDisable() local 220 LocationAPIRequest* LocationAPIControlClient::getRequestBySession(uint32_t session) in getRequestBySession() 341 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() local 362 uint32_t session = 0; in locAPIStopTracking() local 379 uint32_t session = 0; in locAPIUpdateTrackingOptions() local 452 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIStartSession() local 577 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIUpdateSessionOptions() local 809 uint32_t session = id; in locAPIGnssNiResponse() local [all …]
|
| /hardware/qcom/sm7250/gps/location/ |
| D | LocationAPIClientBase.cpp | 96 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData() local 116 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable() local 134 uint32_t session = 0; in locAPIDisable() local 227 LocationAPIRequest* LocationAPIControlClient::getRequestBySession(uint32_t session) in getRequestBySession() 368 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() local 391 uint32_t session = 0; in locAPIStopTracking() local 408 uint32_t session = 0; in locAPIUpdateTrackingOptions() local 481 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIStartSession() local 606 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIUpdateSessionOptions() local 840 uint32_t session = id; in locAPIGnssNiResponse() local [all …]
|
| /hardware/qcom/sm7150/gps/location/ |
| D | LocationAPIClientBase.cpp | 91 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData() local 111 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable() local 129 uint32_t session = 0; in locAPIDisable() local 220 LocationAPIRequest* LocationAPIControlClient::getRequestBySession(uint32_t session) in getRequestBySession() 341 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() local 362 uint32_t session = 0; in locAPIStopTracking() local 379 uint32_t session = 0; in locAPIUpdateTrackingOptions() local 452 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIStartSession() local 577 uint32_t session = ((sessionMode != SESSION_MODE_ON_FIX) ? in locAPIUpdateSessionOptions() local 809 uint32_t session = id; in locAPIGnssNiResponse() local [all …]
|
| /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
| D | hwc_tonemapper.cpp | 164 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { in ToneMap() 206 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 238 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput() 300 ToneMapSession *session = new ToneMapSession(); in AcquireToneMapSession() local
|
| /hardware/qcom/display/msm8909/sdm/libs/hwc/ |
| D | hwc_tonemapper.cpp | 164 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 173 void HWCToneMapper::ToneMap(hwc_layer_1_t *hwc_layer, Layer* layer, ToneMapSession *session) { in ToneMap() 206 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 238 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput() 300 ToneMapSession *session = new ToneMapSession(); in AcquireToneMapSession() local
|
| /hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
| D | hwc_tonemapper.cpp | 212 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 252 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 284 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput() 339 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession() local
|
| /hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
| D | hwc_tonemapper.cpp | 213 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 223 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 254 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 294 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput() 356 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession() local
|
| /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
| D | hwc_tonemapper.cpp | 212 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 252 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 291 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput() 353 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession() local
|
| /hardware/qcom/sm7250/display/composer/ |
| D | hwc_tonemapper.cpp | 211 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 244 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 283 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, shared_ptr<Fence> acquire_fd) { in DumpToneMapOutput() 338 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession() local
|
| /hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
| D | hwc_tonemapper.cpp | 214 ToneMapSession *session = tone_map_sessions_.at(session_index); in HandleToneMap() local 224 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 255 ToneMapSession *session = tone_map_sessions_.at(session_index); in PostCommit() local 295 void HWCToneMapper::DumpToneMapOutput(ToneMapSession *session, int *acquire_fd) { in DumpToneMapOutput() 358 ToneMapSession *session = new ToneMapSession(buffer_allocator_); in AcquireToneMapSession() local
|
| /hardware/qcom/gps/msm8998/location/ |
| D | LocationAPIClientBase.cpp | 149 uint32_t session = mLocationAPI->startTracking(options); in locAPIStartTracking() local 170 uint32_t session = 0; in locAPIStopTracking() local 188 uint32_t session = 0; in locAPIUpdateTrackingOptions() local 412 uint32_t session = 0; in locAPIGetBatchedLocations() local 601 uint32_t session = id; in locAPIGnssNiResponse() local 621 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data); in locAPIGnssDeleteAidingData() local 647 uint32_t session = mLocationControlAPI->enable(techType); in locAPIEnable() local 666 uint32_t session = 0; in locAPIDisable() local 694 uint32_t session = 0; in locAPIGnssUpdateConfig() local 818 LocationAPIClientBase::getRequestBySession(uint32_t session) in getRequestBySession()
|
| /hardware/interfaces/power/aidl/vts/ |
| D | VtsHalPowerTargetTest.cpp | 190 std::shared_ptr<IPowerHintSession> session; in TEST_P() local 206 std::shared_ptr<IPowerHintSession> session; in TEST_P() local 221 std::shared_ptr<IPowerHintSession> session; in TEST_P() local 235 std::shared_ptr<IPowerHintSession> session; in TEST_P() local 250 std::shared_ptr<IPowerHintSession> session; in TEST_P() local
|
| /hardware/google/camera/common/hal/tests/ |
| D | camera_device_session_tests.cc | 107 std::unique_ptr<CameraDeviceSession>* session) { in CreateSessionAndCheck() 124 std::unique_ptr<CameraDeviceSession> session; in TestInvalidDefaultRequestSettingsForType() local 150 std::unique_ptr<CameraDeviceSession> session; in TestDefaultRequestSettingsForType() local 300 auto session = CameraDeviceSession::Create(/*device_session_hwl=*/nullptr, in TEST_F() local 352 std::unique_ptr<CameraDeviceSession> session; in TEST_F() local 377 std::unique_ptr<CameraDeviceSession> session; in TEST_F() local
|
| /hardware/interfaces/audio/effect/all-versions/default/ |
| D | EffectsFactory.cpp | 162 Return<void> EffectsFactory::createEffect(const Uuid& uuid, int32_t session, int32_t ioHandle, in createEffect() 167 Return<void> EffectsFactory::createEffect(const Uuid& uuid, int32_t session, int32_t ioHandle, in createEffect() 174 Return<void> EffectsFactory::createEffectImpl(const Uuid& uuid, int32_t session, int32_t ioHandle, in createEffectImpl()
|
| /hardware/qcom/audio/hal/voice_extn/ |
| D | voice_extn.c | 142 struct voice_session *session = NULL; in get_session_id_with_state() local 162 struct voice_session *session = NULL; in update_calls() local 293 struct voice_session *session = NULL; in update_call_states() local 338 struct voice_session *session = NULL; in voice_extn_is_call_state_active() local 379 struct voice_session **session) in voice_extn_get_session_from_use_case()
|