Home
last modified time | relevance | path

Searched defs:streamIndex_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_capturer_stream_impl.h62 uint32_t streamIndex_ = static_cast<uint32_t>(-1); // invalid index variable
H A Dcapturer_in_server.h68 uint32_t streamIndex_ = -1; variable
H A Dpro_renderer_stream_impl.h98 uint32_t streamIndex_; // invalid index variable
H A Dpa_renderer_stream_impl.h103 uint32_t streamIndex_ = static_cast<uint32_t>(-1); // invalid index variable
H A Drenderer_in_server.h127 uint32_t streamIndex_ = -1; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp98 uint32_t streamIndex_ = 0; member in OHOS::AudioStandard::MockCallbacks