HomeSort by relevance Sort by last modified time
    Searched refs:bt_os_callouts_t (Results 1 - 10 of 10) sorted by null

  /system/bt/osi/include/
wakelock.h 28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
  /system/bt/osi/test/
AlarmTestHarness.cc 38 static bt_os_callouts_t bt_wakelock_callouts = {
39 sizeof(bt_os_callouts_t), NULL, acquire_wake_lock_cb, release_wake_lock_cb};
wakelock_test.cc 43 static bt_os_callouts_t bt_wakelock_callouts = {
44 sizeof(bt_os_callouts_t), NULL, acquire_wake_lock_cb, release_wake_lock_cb};
  /hardware/libhardware/include/hardware/
bluetooth.h 423 /* set to sizeof(bt_os_callouts_t) */
429 } bt_os_callouts_t; typedef in typeref:struct:__anon48115
554 int (*set_os_callouts)(bt_os_callouts_t *callouts);
  /system/bt/include/hardware/
bluetooth.h 413 /* set to sizeof(bt_os_callouts_t) */
419 } bt_os_callouts_t; typedef in typeref:struct:__anon1893
546 int (*set_os_callouts)(bt_os_callouts_t* callouts);
  /system/bt/service/hal/
bluetooth_interface.cc 205 bt_os_callouts_t bt_os_callouts = {sizeof(bt_os_callouts_t),
  /system/bt/osi/src/
wakelock.cc 47 static bt_os_callouts_t* wakelock_os_callouts = NULL;
95 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) {
  /system/bt/btif/src/
bluetooth.cc 418 static int set_os_callouts(bt_os_callouts_t* callouts) {
  /system/bt/tools/mcap_tool/
mcap_tool.cc 528 static bt_os_callouts_t callouts = {
529 sizeof(bt_os_callouts_t), set_wake_alarm, acquire_wake_lock,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 598 static bt_os_callouts_t sBluetoothOsCallouts = {
    [all...]

Completed in 306 milliseconds