OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_connected
(Results
1 - 25
of
49
) sorted by null
1
2
/system/bt/btif/src/
btif_hf_client.cc
103
bool
is_connected
(const btif_hf_client_cb_t* cb);
157
if (cb == NULL || !
is_connected
(cb)) {
176
bool
is_connected
(const btif_hf_client_cb_t* cb) {
function
296
if (
is_connected
(cb)) return BT_STATUS_BUSY;
348
if (cb == NULL || !
is_connected
(cb)) return BT_STATUS_FAIL;
378
if (cb == NULL || !
is_connected
(cb)) return BT_STATUS_FAIL;
397
if (cb == NULL || !
is_connected
(cb)) return BT_STATUS_FAIL;
419
if (cb == NULL || !
is_connected
(cb)) return BT_STATUS_FAIL;
442
if (cb == NULL || !
is_connected
(cb)) return BT_STATUS_FAIL;
472
if (cb == NULL || !
is_connected
(cb)) return BT_STATUS_FAIL
[
all
...]
btif_hf.cc
164
* Function
is_connected
171
static bool
is_connected
(RawAddress* bd_addr) {
function
736
if (!
is_connected
(bd_addr)) {
772
if (
is_connected
(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
803
if (
is_connected
(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
835
if (
is_connected
(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
862
if (
is_connected
(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
897
if (
is_connected
(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
935
if (
is_connected
(bd_addr) && (idx != BTIF_HF_INVALID_IDX)) {
961
if (
is_connected
(NULL))
[
all
...]
/external/webrtc/webrtc/examples/peerconnection/client/
main.cc
64
if (conductor->connection_active() || client.
is_connected
()) {
65
while ((conductor->connection_active() || client.
is_connected
()) &&
peer_connection_client.cc
79
bool PeerConnectionClient::
is_connected
() const {
function in class:PeerConnectionClient
161
ASSERT(
is_connected
());
163
if (!
is_connected
() || peer_id == -1)
363
ASSERT(
is_connected
());
peer_connection_client.h
55
bool
is_connected
() const;
conductor.cc
342
if (client_->
is_connected
())
349
if (client_->
is_connected
())
443
if (client_->
is_connected
()) {
/tools/test/connectivity/tools/lab/metrics/
network_metric.py
67
is_connected
= self.check_connected(self.ip_list)
68
return {self.CONNECTED:
is_connected
}
/system/update_engine/update_manager/
fake_shill_provider.h
49
FakeVariable<bool> var_is_connected_{"
is_connected
", kVariableModePoll};
real_shill_provider.cc
97
bool
is_connected
= (default_service_path_.IsValid() &&
local
99
var_is_connected_.SetValue(
is_connected
);
102
if (!
is_connected
) {
real_shill_provider.h
89
AsyncCopyVariable<bool> var_is_connected_{"
is_connected
"};
/external/selinux/libsemanage/src/
handle.c
268
return sh->
is_connected
;
301
if (sh->
is_connected
) {
346
sh->
is_connected
= 1;
369
if (!sh->
is_connected
) {
376
sh->
is_connected
= 0;
400
if (!sh->
is_connected
) {
modules.c
114
} else if (!sh->
is_connected
) {
133
} else if (!sh->
is_connected
) {
155
} else if (!sh->
is_connected
) {
204
} else if (!sh->
is_connected
) {
222
} else if (!sh->
is_connected
) {
811
} else if (!sh->
is_connected
) {
835
} else if (!sh->
is_connected
) {
1079
} else if (!sh->
is_connected
) {
1099
} else if (!sh->
is_connected
) {
1116
} else if (!sh->
is_connected
) {
[
all
...]
handle.h
61
int
is_connected
;
member in struct:semanage_handle
/external/autotest/frontend/client/src/autotest/moblab/rpc/
NetworkInfo.java
13
public static final String JSON_FIELD_IS_CONNECTED = "
is_connected
";
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc
41
client_ != NULL && !client_->
is_connected
()) {
/external/autotest/server/cros/servo/
pd_device.py
37
def
is_connected
(self):
member in class:PDDevice
174
def
is_connected
(self):
member in class:PDConsoleDevice
252
connect = self.
is_connected
()
362
if self.
is_connected
() == False:
371
if self.
is_connected
() == False:
470
connect = self.
is_connected
()
/docs/source.android.com/en/devices/tv/
hdmi-cec.html
165
<li><code>
is_connected
set_option</code></li>
286
* (*
is_connected
)() returns the connection status of the specified port.
290
int (*
is_connected
)(const struct hdmi_cec_device* dev, int port);
/hardware/libhardware/include/hardware/
hdmi_cec.h
405
* (*
is_connected
)() returns the connection status of the specified port.
409
int (*
is_connected
)(const struct hdmi_cec_device* dev, int port_id);
member in struct:hdmi_cec_device
/system/bt/btif/include/
btif_hl.h
185
bool
is_connected
;
member in struct:__anon113329
/external/devlib/devlib/module/
vexpress.py
52
if self.target.
is_connected
:
88
if self.target.
is_connected
:
/external/libchrome/dbus/
exported_object.cc
283
if (!bus_->
is_connected
())
/hardware/qcom/display/msm8996/sdm/include/core/
core_interface.h
100
bool
is_connected
;
member in struct:sdm::HWDisplayInterfaceInfo
/hardware/qcom/display/msm8998/sdm/include/core/
core_interface.h
101
bool
is_connected
;
member in struct:sdm::HWDisplayInterfaceInfo
/hardware/qcom/display/sdm845/sdm/include/core/
core_interface.h
101
bool
is_connected
;
member in struct:sdm::HWDisplayInterfaceInfo
/system/bt/stack/btm/
btm_ble_int_types.h
190
bool
is_connected
;
member in struct:__anon113607
Completed in 2362 milliseconds
1
2