OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upio_state
(Results
1 - 6
of
6
) sorted by null
/hardware/broadcom/libbt/src/
upio.c
98
static uint8_t
upio_state
[UPIO_MAX_COUNT];
variable
253
memset(
upio_state
, UPIO_UNKNOWN, UPIO_MAX_COUNT);
376
if (
upio_state
[UPIO_LPM_MODE] == action)
382
upio_state
[UPIO_LPM_MODE] = action;
447
if (
upio_state
[UPIO_BT_WAKE] == action)
468
upio_state
[UPIO_BT_WAKE] = action;
/hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c
91
static uint8_t
upio_state
[UPIO_MAX_COUNT];
variable
1394
if (
upio_state
[UPIO_LPM_MODE] == action)
1425
upio_state
[UPIO_LPM_MODE] = action;
[
all
...]
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c
91
static uint8_t
upio_state
[UPIO_MAX_COUNT];
variable
1400
if (
upio_state
[UPIO_LPM_MODE] == action)
[
all
...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c
91
static uint8_t
upio_state
[UPIO_MAX_COUNT];
variable
1394
if (
upio_state
[UPIO_LPM_MODE] == action)
1425
upio_state
[UPIO_LPM_MODE] = action;
[
all
...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c
93
static uint8_t
upio_state
[UPIO_MAX_COUNT];
variable
1402
if (
upio_state
[UPIO_LPM_MODE] == action)
[
all
...]
/hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c
95
static uint8_t
upio_state
[UPIO_MAX_COUNT];
variable
1404
if (
upio_state
[UPIO_LPM_MODE] == action)
[
all
...]
Completed in 171 milliseconds