Home
last modified time | relevance | path

Searched refs:conn_type (Results 1 – 7 of 7) sorted by relevance

/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() argument
115 VLOG(2) << __func__ << ": conn_type=" << conn_type; in BTA_JvGetChannelId()
117 if (conn_type != BTA_JV_CONN_TYPE_RFCOMM && in BTA_JvGetChannelId()
118 conn_type != BTA_JV_CONN_TYPE_L2CAP && in BTA_JvGetChannelId()
119 conn_type != BTA_JV_CONN_TYPE_L2CAP_LE) { in BTA_JvGetChannelId()
120 CHECK(false) << "Invalid conn_type=" << conn_type; in BTA_JvGetChannelId()
124 Bind(&bta_jv_get_channel_id, conn_type, channel, id, id)); in BTA_JvGetChannelId()
141 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type) { in BTA_JvFreeChannel() argument
144 do_in_main_thread(FROM_HERE, Bind(&bta_jv_free_scn, conn_type, channel)); in BTA_JvFreeChannel()
223 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() argument
[all …]
/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() argument
127 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) { in BTA_JvGetChannelId() argument
130 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capConnect() argument
139 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role, in BTA_JvL2capStartServer() argument
/aosp12/system/bt/bta/include/
H A Dbta_jv_api.h421 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel);
434 tBTA_JV_STATUS BTA_JvFreeChannel(uint16_t channel, int conn_type);
491 void BTA_JvL2capConnect(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
524 void BTA_JvL2capStartServer(int conn_type, tBTA_SEC sec_mask, tBTA_JV_ROLE role,
/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() argument
H A Ddrm_connector.cpp376 uint32_t conn_type; in Reserve() local
377 conn.second->GetType(&conn_type); in Reserve()
378 if ((disp_type == DRMDisplayType::PERIPHERAL && conn_type == DRM_MODE_CONNECTOR_DSI) || in Reserve()
379 (disp_type == DRMDisplayType::VIRTUAL && conn_type == DRM_MODE_CONNECTOR_VIRTUAL) || in Reserve()
380 (disp_type == DRMDisplayType::TV && IsTVConnector(conn_type))) { in Reserve()
/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() argument
136 session->set_connection_technology_type(conn_type); in MakeBluetoothSession()