Searched refs:is_start (Results 1 – 9 of 9) sorted by relevance
/system/update_engine/cros/ |
D | fake_p2p_manager_configuration.h | 41 std::vector<std::string> GetInitctlArgs(bool is_start) override { in GetInitctlArgs() argument 42 return is_start ? initctl_start_args_ : initctl_stop_args_; in GetInitctlArgs()
|
D | p2p_manager.h | 50 virtual std::vector<std::string> GetInitctlArgs(bool is_start) = 0;
|
D | p2p_manager.cc | 94 vector<string> GetInitctlArgs(bool is_start) override { in GetInitctlArgs() argument 97 args.push_back(is_start ? "start" : "stop"); in GetInitctlArgs()
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothLeAdvertiserCallback.aidl | 23 void OnMultiAdvertiseCallback(int status, boolean is_start, in AdvertiseSettings settings); in OnMultiAdvertiseCallback() argument
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergyCallback.txt | 52 void onMultiAdvertiseCallback(in int status, in boolean is_start,
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.cc | 85 int status, bool is_start, in OnMultiAdvertiseCallback() argument 87 LOG(INFO) << "Advertising" << (is_start ? " started" : " stopped"); in OnMultiAdvertiseCallback()
|
/system/bt/service/client/ |
D | main.cc | 291 int status, bool is_start, in OnMultiAdvertiseCallback() argument 294 std::string op = is_start ? "start" : "stop"; in OnMultiAdvertiseCallback()
|
/system/bt/gd/hci/ |
D | le_scanning_manager.cc | 440 bool is_start = is_legacy && is_scannable && !is_scan_response; in process_advertising_package_content() local 442 …std::vector<uint8_t> const& adv_data = is_start ? advertising_cache_.Set(address_with_type, advert… in process_advertising_package_content()
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 1895 bool is_start = is_legacy && is_scannable && !is_scan_resp; in btm_ble_process_adv_pkt_cont() local 1904 is_start ? cache.Set(addr_type, bda, std::move(tmp)) in btm_ble_process_adv_pkt_cont()
|