HomeSort by relevance Sort by last modified time
    Searched refs:open_req (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluez/audio/
pcm_bluetooth.c 435 struct bt_open_req *open_req = (void *) buf; local
445 open_req->h.type = BT_REQUEST;
446 open_req->h.name = BT_OPEN;
447 open_req->h.length = sizeof(*open_req);
449 strncpy(open_req->destination, data->alsa_config.device, 18);
450 open_req->seid = BT_A2DP_SEID_RANGE + 1;
451 open_req->lock = (io->stream == SND_PCM_STREAM_PLAYBACK ?
454 err = audioservice_send(data->server.fd, &open_req->h);
695 struct bt_open_req *open_req = (void *) buf local
    [all...]
liba2dp.c 502 struct bt_open_req *open_req = (void *) buf; local
508 memset(open_req, 0, BT_SUGGESTED_BUFFER_SIZE);
509 open_req->h.type = BT_REQUEST;
510 open_req->h.name = BT_OPEN;
511 open_req->h.length = sizeof(*open_req);
512 strncpy(open_req->destination, data->address, 18);
513 open_req->seid = data->sbc_capabilities.capability.seid;
514 open_req->lock = BT_WRITE_LOCK;
516 err = audioservice_send(data, &open_req->h)
    [all...]
gstavdtpsink.c 1604 struct bt_open_req *open_req = (void *) buf; local
    [all...]
  /external/bluetooth/bluez/test/
ipctest.c 573 struct bt_open_req open_req; member in union:__anon2290
580 msg.open_req.h.type = BT_REQUEST;
581 msg.open_req.h.name = BT_OPEN;
582 msg.open_req.h.length = sizeof(msg.open_req);
584 strncpy(msg.open_req.destination, u->address,
585 sizeof(msg.open_req.destination));
586 msg.open_req.seid = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ?
589 msg.open_req.lock = u->transport == BT_CAPABILITIES_TRANSPORT_A2DP ?
592 if (service_send(u, &msg.open_req.h) < 0
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 540 rpc_loc_server_open_req_s_type open_req;
loc_api_common_xdr.c 968 if (!xdr_rpc_loc_server_open_req_s_type (xdrs, &objp->rpc_loc_server_request_u_type_u.open_req))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 518 rpc_loc_server_open_req_s_type open_req;
loc_api_common_xdr.c 921 if (!xdr_rpc_loc_server_open_req_s_type (xdrs, &objp->rpc_loc_server_request_u_type_u.open_req))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 554 rpc_loc_server_open_req_s_type open_req; member in union:rpc_loc_server_request_u_type::__anon17907
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 546 rpc_loc_server_open_req_s_type open_req; member in union:rpc_loc_server_request_u_type::__anon17927
    [all...]

Completed in 217 milliseconds