Searched refs:validateDeviceAddress (Results 1 – 9 of 9) sorted by relevance
43 static bool validateDeviceAddress(const DeviceAddress &);
44 static bool validateDeviceAddress(const DeviceAddress &);
443 bool StreamIn::validateDeviceAddress(const DeviceAddress& device) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn444 return DevicePortSource::validateDeviceAddress(device); in validateDeviceAddress()
556 bool StreamOut::validateDeviceAddress(const DeviceAddress& device) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut557 return DevicePortSink::validateDeviceAddress(device); in validateDeviceAddress()
93 static bool validateDeviceAddress(const DeviceAddress& device);
281 if (!StreamOut::validateDeviceAddress(device) in openOutputStreamImpl()309 if (!StreamIn::validateDeviceAddress(device) in openInputStreamImpl()
113 static bool validateDeviceAddress(const DeviceAddress& device);
410 bool DevicePortSink::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSink
465 bool DevicePortSource::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSource