Searched refs:validateDeviceAddress (Results 1 – 9 of 9) sorted by relevance
443 bool StreamIn::validateDeviceAddress(const DeviceAddress& device) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn444 return DevicePortSource::validateDeviceAddress(device); in validateDeviceAddress()
43 static bool validateDeviceAddress(const DeviceAddress &);
44 static bool validateDeviceAddress(const DeviceAddress &);
586 bool StreamOut::validateDeviceAddress(const DeviceAddress& device) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut587 return DevicePortSink::validateDeviceAddress(device); in validateDeviceAddress()
284 if (!StreamOut::validateDeviceAddress(device) in openOutputStreamImpl()314 if (!StreamIn::validateDeviceAddress(device) in openInputStreamImpl()
93 static bool validateDeviceAddress(const DeviceAddress& device);
111 static bool validateDeviceAddress(const DeviceAddress& device);
421 bool DevicePortSink::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSink
472 bool DevicePortSource::validateDeviceAddress(const DeviceAddress& address) { in validateDeviceAddress() function in android::hardware::audio::CPP_VERSION::implementation::DevicePortSource