Home
last modified time | relevance | path

Searched refs:validateDeviceAddress (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/audio/
Dstream_in.cpp443 bool StreamIn::validateDeviceAddress(const DeviceAddress& device) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
444 return DevicePortSource::validateDeviceAddress(device); in validateDeviceAddress()
Ddevice_port_source.h43 static bool validateDeviceAddress(const DeviceAddress &);
Ddevice_port_sink.h44 static bool validateDeviceAddress(const DeviceAddress &);
Dstream_out.cpp586 bool StreamOut::validateDeviceAddress(const DeviceAddress& device) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
587 return DevicePortSink::validateDeviceAddress(device); in validateDeviceAddress()
Dprimary_device.cpp284 if (!StreamOut::validateDeviceAddress(device) in openOutputStreamImpl()
314 if (!StreamIn::validateDeviceAddress(device) in openInputStreamImpl()
Dstream_in.h93 static bool validateDeviceAddress(const DeviceAddress& device);
Dstream_out.h111 static bool validateDeviceAddress(const DeviceAddress& device);
Ddevice_port_sink.cpp421 bool DevicePortSink::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSink
Ddevice_port_source.cpp472 bool DevicePortSource::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSource