OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_os_callouts_t
(Results
1 - 6
of
6
) sorted by null
/system/bt/osi/include/
wakelock.h
28
void wakelock_set_os_callouts(
bt_os_callouts_t
*callouts);
/hardware/libhardware/include/hardware/
bluetooth.h
428
/* set to sizeof(
bt_os_callouts_t
) */
434
}
bt_os_callouts_t
;
typedef in typeref:struct:__anon31968
562
int (*set_os_callouts)(
bt_os_callouts_t
*callouts);
/system/bt/service/hal/
bluetooth_interface.cpp
213
bt_os_callouts_t
bt_os_callouts = {
214
sizeof(
bt_os_callouts_t
),
/system/bt/osi/src/
wakelock.c
42
static
bt_os_callouts_t
*wakelock_os_callouts = NULL;
90
void wakelock_set_os_callouts(
bt_os_callouts_t
*callouts)
/system/bt/btif/src/
bluetooth.c
462
static int set_os_callouts(
bt_os_callouts_t
*callouts) {
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
625
static
bt_os_callouts_t
sBluetoothOsCallouts = {
[
all
...]
Completed in 153 milliseconds