Searched refs:kAudioOnly (Results 1 – 7 of 7) sorted by relevance
/external/openscreen/cast/common/certificate/ |
D | cast_cert_validator_unittest.cc | 276 CastDeviceCertPolicy::kAudioOnly, in TEST() 295 CastDeviceCertPolicy::kAudioOnly, in TEST() 352 CastDeviceCertPolicy::kAudioOnly, in TEST() 444 RunTest(Error::Code::kNone, "Leaf", CastDeviceCertPolicy::kAudioOnly, in TEST() 480 RunTest(Error::Code::kNone, "Leaf", CastDeviceCertPolicy::kAudioOnly, in TEST() 492 RunTest(Error::Code::kNone, "Leaf", CastDeviceCertPolicy::kAudioOnly, in TEST() 504 RunTest(Error::Code::kNone, "Leaf", CastDeviceCertPolicy::kAudioOnly, in TEST() 516 RunTest(Error::Code::kNone, "Leaf", CastDeviceCertPolicy::kAudioOnly, in TEST() 540 RunTest(Error::Code::kNone, "Leaf", CastDeviceCertPolicy::kAudioOnly, in TEST()
|
D | cast_cert_validator.cc | 98 i < path.size() && policy != CastDeviceCertPolicy::kAudioOnly; ++i) { in GetAudioPolicy() 119 policy = CastDeviceCertPolicy::kAudioOnly; in GetAudioPolicy()
|
D | cast_cert_validator.h | 27 kAudioOnly, enumerator
|
/external/openscreen/platform/api/ |
D | udp_socket.h | 60 kAudioOnly = 0xb8, enumerator
|
/external/openscreen/cast/sender/channel/ |
D | sender_socket_factory.cc | 176 if (policy_or_error.value() == CastDeviceCertPolicy::kAudioOnly && in OnMessage() 183 CastDeviceCertPolicy::kAudioOnly); in OnMessage()
|
/external/openscreen/cast/sender/public/ |
D | sender_socket_factory.h | 40 kAudioOnly, enumerator
|
/external/openscreen/cast/standalone_sender/ |
D | looping_file_cast_agent.cc | 92 : DeviceMediaPolicy::kAudioOnly; in Connect()
|