Home
last modified time | relevance | path

Searched defs:conn_type (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_bta_jv_api.cc55 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel()
127 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) { in BTA_JvGetChannelId()
130 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect()
139 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer()
/aosp12/system/bt/bta/jv/
H A Dbta_jv_api.cc114 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) { in BTA_JvGetChannelId()
141 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel()
223 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect()
274 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer()
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_connector.h58 void GetType(uint32_t *conn_type) { *conn_type = drm_connector_->connector_type; } in GetType()
H A Ddrm_connector.cpp376 uint32_t conn_type; in Reserve() local
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dskl-tplg-interface.h147 __u16 conn_type : 4; member
166 __u32 conn_type : 4; member
/aosp12/system/bt/common/
H A Dmetrics_unittest.cc127 BluetoothSession_ConnectionTechnologyType conn_type, in MakeBluetoothSession()