Home
last modified time | relevance | path

Searched defs:IsStreamActive (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dhfp_client_interface_aidl.cc99 bool HfpTransport::IsStreamActive() { return is_stream_active; } in IsStreamActive() function in bluetooth::audio::aidl::hfp::HfpTransport
278 bool HfpDecodingTransport::IsStreamActive() { return transport_->IsStreamActive(); } in IsStreamActive() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport
335 bool HfpEncodingTransport::IsStreamActive() { return transport_->IsStreamActive(); } in IsStreamActive() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Dhfp_client_interface_unittest.cc185 bool HfpDecodingTransport::IsStreamActive() { return decoding_transport_is_stream_active_ret; } in IsStreamActive() function in bluetooth::audio::aidl::hfp::HfpDecodingTransport
210 bool HfpEncodingTransport::IsStreamActive() { return encoding_transport_is_stream_active_ret; } in IsStreamActive() function in bluetooth::audio::aidl::hfp::HfpEncodingTransport
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dstream_buffer_cache_manager_tests.cc308 TEST_F(StreamBufferCacheManagerTests, IsStreamActive) { in TEST_F() argument
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dstream_buffer_cache_manager.cc224 status_t StreamBufferCacheManager::IsStreamActive(int32_t stream_id, in IsStreamActive() function in android::google_camera_hal::StreamBufferCacheManager
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session.cc1264 bool SpdySession::IsStreamActive(spdy::SpdyStreamId stream_id) const { in IsStreamActive() function in net::SpdySession