Home
last modified time | relevance | path

Searched refs:mSession (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp116 sp<ITunerSession> mSession; member in android::hardware::broadcastradio::V2_0::vts::BroadcastRadioHalTest
201 mSession.clear(); in TearDown()
207 EXPECT_EQ(nullptr, mSession.get()) << "Session is already open"; in openSession()
213 mSession = session; in openSession()
219 EXPECT_NE(nullptr, mSession.get()); in openSession()
221 return nullptr != mSession.get(); in openSession()
243 auto startResult = mSession->startProgramListUpdates({}); in getProgramList()
253 auto stopResult = mSession->stopProgramListUpdates(); in getProgramList()
272 mSession.clear(); in TEST_F()
276 auto secondSession = mSession; in TEST_F()
[all …]
/hardware/interfaces/camera/device/3.2/default/
DCameraDevice.cpp74 if (mSession == nullptr) { in setConnectionStatus()
77 sp<CameraDeviceSession> session = mSession.promote(); in setConnectionStatus()
199 session = mSession.promote(); in open()
261 mSession = session; in open()
290 if (mSession == nullptr) { in dumpState()
294 sp<CameraDeviceSession> session = mSession.promote(); in dumpState()
DCameraDevice_3_2.h105 wp<CameraDeviceSession> mSession = nullptr; member
/hardware/interfaces/broadcastradio/2.0/default/
DBroadcastRadio.cpp116 auto oldSession = mSession.promote(); in openSession()
120 mSession = nullptr; in openSession()
123 mSession = newSession; in openSession()
DBroadcastRadio.h51 wp<TunerSession> mSession; member
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.h215 Session mSession; member
372 mPipeBook[(int)dest].mSession = PipeBook::START; in startSession()
376 return (mPipeBook[(int)dest].mSession == PipeBook::START); in sessionInProgress()
380 return (mPipeBook[(int)dest].mSession == PipeBook::END); in isSessionEnded()
Doverlay.cpp140 mPipeBook[index].mSession = PipeBook::NONE; in nextPipe()
255 if(mPipeBook[i].valid() && mPipeBook[i].mSession==PipeBook::START) in endAllSessions()
256 mPipeBook[i].mSession = PipeBook::END; in endAllSessions()
581 mSession = NONE; in destroy()
/hardware/qcom/display/msm8226/liboverlay/
Doverlay.h223 Session mSession; member
393 mPipeBook[(int)dest].mSession = PipeBook::START; in startSession()
397 return (mPipeBook[(int)dest].mSession == PipeBook::START); in sessionInProgress()
401 return (mPipeBook[(int)dest].mSession == PipeBook::END); in isSessionEnded()
Doverlay.cpp151 mPipeBook[index].mSession = PipeBook::NONE; in nextPipe()
278 if(mPipeBook[i].valid() && mPipeBook[i].mSession==PipeBook::START) in endAllSessions()
279 mPipeBook[i].mSession = PipeBook::END; in endAllSessions()
589 mSession = NONE; in destroy()
/hardware/qcom/display/msm8994/liboverlay/
Doverlay.h240 Session mSession; member
425 mPipeBook[(int)dest].mSession = PipeBook::START; in startSession()
429 return (mPipeBook[(int)dest].mSession == PipeBook::START); in sessionInProgress()
433 return (mPipeBook[(int)dest].mSession == PipeBook::END); in isSessionEnded()
Doverlay.cpp138 mPipeBook[index].mSession = PipeBook::NONE; in nextPipe()
270 if(mPipeBook[i].valid() && mPipeBook[i].mSession==PipeBook::START) in endAllSessions()
271 mPipeBook[i].mSession = PipeBook::END; in endAllSessions()
598 mSession = NONE; in destroy()
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.h75 RequestQueue(): mSession(0) { in RequestQueue()
80 void inline setSession(uint32_t session) { mSession = session; } in setSession()
88 mSession = session; in reset()
101 uint32_t getSession() { return mSession; } in getSession()
103 uint32_t mSession;
/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.h78 RequestQueue(): mSession(0), mSessionArrayPtr(nullptr) { in RequestQueue()
83 void inline setSession(uint32_t session) { mSession = session; } in setSession()
92 mSession = session; in reset()
109 uint32_t getSession() { return mSession; } in getSession()
112 uint32_t mSession;
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h422 RequestQueue(uint32_t session): mSession(session) { in RequestQueue()
443 uint32_t getSession() { return mSession; } in getSession()
445 uint32_t mSession;
/hardware/qcom/sdm845/gps/msm8998/location/
DLocationAPIClientBase.h422 RequestQueue(uint32_t session): mSession(session) { in RequestQueue()
443 uint32_t getSession() { return mSession; } in getSession()
445 uint32_t mSession;
/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp57 mSession = ECOSession::createECOSession(width, height, isCameraRecording); in createSession()
58 if (mSession == nullptr) return nullptr; in createSession()
59 return mSession; in createSession()
63 sp<ECOSession> mSession = nullptr; member in android::media::eco::EcoSessionTest
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp124 session = mSession.promote(); in open()
168 mSession = session; in open()
188 if (mSession == nullptr) { in dumpState()
192 auto session = mSession.promote(); in dumpState()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDevice_3_4.h156 wp<ExternalCameraDeviceSession> mSession = nullptr; member
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h338 audio_session_t mSession; // audio session the effect is on variable