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

  /external/bluetooth/bluedroid/test/suite/support/
hal.c 31 static bt_os_callouts_t callouts = {
32 sizeof(bt_os_callouts_t),
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 81 static bt_os_callouts_t stub = {
82 sizeof(bt_os_callouts_t),
88 bt_os_callouts_t *bt_os_callouts = &stub;
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 66 bt_os_callouts_t *bt_os_callouts = NULL;
428 static int set_os_callouts(bt_os_callouts_t *callouts) {
  /hardware/libhardware/include/hardware/
bluetooth.h 400 /* set to sizeof(bt_os_callouts_t) */
406 } bt_os_callouts_t; typedef in typeref:struct:__anon20301
530 int (*set_os_callouts)(bt_os_callouts_t *callouts);
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 537 static bt_os_callouts_t callouts = {
538 sizeof(bt_os_callouts_t),
  /external/bluetooth/bluedroid/osi/src/
alarm.c 44 extern bt_os_callouts_t *bt_os_callouts;
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 103 extern bt_os_callouts_t *bt_os_callouts;
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 666 static bt_os_callouts_t sBluetoothOsCallouts = {
    [all...]

Completed in 145 milliseconds