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

  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergy.cpp 71 bool is_direct = data.readBool(); local
73 bool result = Connect(client_id, address, is_direct);
195 bool is_direct) {
201 data.writeBool(is_direct);
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cpp 59 bool is_direct) {
62 << " is_direct: " << is_direct; local
71 return client->Connect(std::string(address), is_direct);
  /system/update_engine/common/
libcurl_http_fetcher.cc 105 bool is_direct = (GetCurrentProxy() == kNoProxy); local
106 LOG(INFO) << "Using proxy: " << (is_direct ? "no" : "yes");
107 if (is_direct) {
  /system/bt/btif/src/
btif_gatt_server.c 99 uint8_t is_direct; member in struct:__anon72247
395 if (!p_cb->is_direct)
428 p_cb->is_direct, transport);
540 bool is_direct, int transport )
545 btif_cb.is_direct = is_direct ? 1 : 0;
btif_gatt_client.c 193 uint8_t is_direct; member in struct:__anon72242
    [all...]
  /system/bt/service/
low_energy_client.cpp 337 bool LowEnergyClient::Connect(std::string address, bool is_direct) {
338 VLOG(2) << __func__ << "Address: " << address << " is_direct: " << is_direct; local
344 GetClientHALInterface()->connect(client_id_, &bda, is_direct,
  /system/bt/bta/gatt/
bta_gatts_int.h 145 BOOLEAN is_direct; member in struct:__anon71780
bta_gattc_int.h 116 BOOLEAN is_direct; member in struct:__anon71746
  /external/mesa3d/src/glx/
glxcmds.c 598 const Bool is_direct = (reply != NULL && reply->is_direct) ? True : False; local
607 return is_direct;
    [all...]
  /art/runtime/
dex_file_verifier.cc 2686 bool is_direct = (method_access_flags & (kAccStatic | kAccPrivate)) != 0 || is_constructor; local
    [all...]

Completed in 127 milliseconds