Searched refs:is_start (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
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 | 51 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/stack/btm/ |
D | btm_ble_gap.cc | 1920 bool is_start = in btm_ble_process_adv_pkt_cont() local 1930 is_start ? cache.Set(addr_type, bda, std::move(tmp)) in btm_ble_process_adv_pkt_cont()
|