Home
last modified time | relevance | path

Searched defs:DriverCallbackInterface (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/audio/aidl/default/stub/
DDriverStubImpl.cpp41 ::android::status_t DriverStubImpl::init(DriverCallbackInterface* /*callback*/) { in init() argument
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp73 ::android::status_t StreamBluetooth::init(DriverCallbackInterface*) { in init() argument
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp75 ::android::status_t StreamAlsa::init(DriverCallbackInterface* /*callback*/) { in init() argument
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp54 ::android::status_t StreamRemoteSubmix::init(DriverCallbackInterface*) { in init() argument
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h191 struct DriverCallbackInterface { struct