HomeSort by relevance Sort by last modified time
    Searched defs:conn_type (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/jv/
bta_jv_api.cc 126 * conn_type one of BTA_JV_CONN_TYPE_
134 void BTA_JvGetChannelId(int conn_type, uint32_t id, int32_t channel) {
135 VLOG(2) << __func__ << ": conn_type=" << conn_type; local
137 if (conn_type != BTA_JV_CONN_TYPE_RFCOMM &&
138 conn_type != BTA_JV_CONN_TYPE_L2CAP &&
139 conn_type != BTA_JV_CONN_TYPE_L2CAP_LE) {
140 CHECK(false) << "Invalid conn_type=" << conn_type;
144 Bind(&bta_jv_get_channel_id, conn_type, channel, id, id))
    [all...]
  /external/python/cpython2/Modules/_multiprocessing/
connection.h 400 static char *conn_type[] = {"read-only", "write-only", "read-write"}; local
404 conn_type[self->flags - 1],
  /system/update_engine/update_manager/
chromeos_policy.cc 441 ConnectionType conn_type = *conn_type_p; local
444 if (conn_type != ConnectionType::kCellular) {
449 conn_type = ConnectionType::kCellular;
457 switch (conn_type) {
489 if (allowed_conn_types_p->count(conn_type)) {
493 } else if (conn_type == ConnectionType::kCellular) {
    [all...]

Completed in 703 milliseconds