Home
last modified time | relevance | path

Searched refs:connect (Results 1 - 9 of 9) sorted by relevance

/drivers/hdf_core/framework/model/audio/sapm/src/
H A Daudio_sapm.c104 if ((path->source != NULL) && (path->connect == CONNECT_SINK_AND_SOURCE)) { in ConnectedInputEndPoint()
135 if ((path->sink != NULL) && (path->connect == CONNECT_SINK_AND_SOURCE)) { in ConnectedOutputEndPoint()
436 path->connect = UNCONNECT_SINK_AND_SOURCE; in MuxSetPathStatus()
446 path->connect = CONNECT_SINK_AND_SOURCE; in MuxSetPathStatus()
451 path->connect = CONNECT_SINK_AND_SOURCE; in MuxSetPathStatus()
485 path->connect = UNCONNECT_SINK_AND_SOURCE; in MuxValueSetPathStatus()
499 path->connect = CONNECT_SINK_AND_SOURCE; in MuxValueSetPathStatus()
504 path->connect = CONNECT_SINK_AND_SOURCE; in MuxValueSetPathStatus()
552 path->connect = CONNECT_SINK_AND_SOURCE; in MixerSetPathStatus()
554 path->connect in MixerSetPathStatus()
[all...]
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_session.h64 void DoHotPlugCallback(uint32_t devId, bool connect);
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.h61 void DoHotPlugCallback(uint32_t devId, bool connect);
H A Dhdi_session.cpp59 void HdiSession::DoHotPlugCallback(uint32_t devId, bool connect) in DoHotPlugCallback() argument
63 callback.first(devId, connect, callback.second); in DoHotPlugCallback()
/drivers/hdf_core/framework/model/audio/sapm/include/
H A Daudio_sapm.h87 uint8_t connect; /* source and sink components are connected */ member
/drivers/hdf_core/framework/test/unittest/model/usb/device/include/
H A Dusb_device_lite_cdcacm_test.h97 bool connect; member
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_session.cpp83 void HdiSession::DoHotPlugCallback(uint32_t devId, bool connect) in DoHotPlugCallback() argument
87 callback.first(devId, connect, callback.second); in DoHotPlugCallback()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_sdk_io_test.c53 dprintf("wait receiving data form host, please connect\n"); in UsbFnDviceTestRequestAsync002()
62 while (acmDevice->connect == false) { in UsbFnDviceTestRequestAsync002()
98 dprintf("wait receiving data form host, please connect\n"); in UsbFnDviceTestRequestAsync003()
107 while (acmDevice->connect == false) { in UsbFnDviceTestRequestAsync003()
H A Dusb_device_lite_cdcacm_test.c393 acm->connect = true; in CtrlComplete()

Completed in 6 milliseconds