Home
last modified time | relevance | path

Searched refs:syncMasterEndpoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_dma_ops.c362 audioUsbDriver->renderDataEndpoint->syncMasterEndpoint = NULL; in AudioUsbSetSyncEndpoint()
367 audioUsbDriver->captureDataEndpoint->syncMasterEndpoint = NULL; in AudioUsbSetSyncEndpoint()
394 audioUsbDriver->renderDataEndpoint->syncMasterEndpoint = audioUsbDriver->renderSyncEndpoint; in AudioUsbSetSyncEndpoint()
398 … audioUsbDriver->captureDataEndpoint->syncMasterEndpoint = audioUsbDriver->captureSyncEndpoint; in AudioUsbSetSyncEndpoint()
961 } else if (ep->syncMasterEndpoint) { in AudioUsbUpdataEndpointPacket()
H A Daudio_usb_endpoints.c88 if (endpoint->syncMasterEndpoint == NULL) { in AudioUsbEndpointImplicitFeedbackSink()
91 if (endpoint->syncMasterEndpoint->type != AUDIO_USB_ENDPOINT_TYPE_DATA) { in AudioUsbEndpointImplicitFeedbackSink()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/include/
H A Daudio_usb_linux.h47 struct AudioUsbEndpoint *syncMasterEndpoint; member