Home
last modified time | relevance | path

Searched defs:TestChannel (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp74 class TestChannel : public Channel { class
76 explicit TestChannel(int channel_id) : channel_id_(channel_id) {} in TestChannel() function in __anon398fcdbf0110::TestChannel
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dtest_channel.py83 class TestChannel(object): class