OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HID_CONN_FLAGS_IS_ORIG
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/hid/
hid_conn.h
43
#define
HID_CONN_FLAGS_IS_ORIG
(0x01)
hidd_conn.cc
285
if (!(p_hcon->conn_flags &
HID_CONN_FLAGS_IS_ORIG
) ||
368
if ((p_hcon->conn_flags &
HID_CONN_FLAGS_IS_ORIG
) &&
451
if ((p_hcon->conn_flags &
HID_CONN_FLAGS_IS_ORIG
) &&
817
p_dev->conn.conn_flags =
HID_CONN_FLAGS_IS_ORIG
;
hidh_conn.cc
387
if ((p_hcon == NULL) || (!(p_hcon->conn_flags &
HID_CONN_FLAGS_IS_ORIG
)) ||
488
if ((p_hcon->conn_flags &
HID_CONN_FLAGS_IS_ORIG
) &&
568
if ((p_hcon->conn_flags &
HID_CONN_FLAGS_IS_ORIG
) &&
[
all
...]
Completed in 183 milliseconds