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

  /system/bt/osi/include/
wakelock.h 24 // Set the Bluetooth OS callouts to |callouts|.
26 // directly. If this function is not called, or |callouts| is NULL, then native
28 void wakelock_set_os_callouts(bt_os_callouts_t* callouts);
  /external/libxml2/doc/
Makefile.am 24 $(wildcard tutorial/images/callouts/*.png) $(wildcard API*.html) \
191 tutorial/images/callouts/1.png \
192 tutorial/images/callouts/10.png \
193 tutorial/images/callouts/2.png \
194 tutorial/images/callouts/3.png \
195 tutorial/images/callouts/4.png \
196 tutorial/images/callouts/5.png \
197 tutorial/images/callouts/6.png \
198 tutorial/images/callouts/7.png \
199 tutorial/images/callouts/8.png
    [all...]
  /system/bt/btif/src/
bluetooth.cc 406 static int set_os_callouts(bt_os_callouts_t* callouts) {
407 wakelock_set_os_callouts(callouts);
  /system/bt/osi/src/
wakelock.cc 95 void wakelock_set_os_callouts(bt_os_callouts_t* callouts) {
96 wakelock_os_callouts = callouts;
  /hardware/libhardware/include/hardware/
bluetooth.h 566 int (*set_os_callouts)(bt_os_callouts_t *callouts);
  /build/make/tools/droiddoc/templates-pdk/assets/design/
default.css 473 #content .with-callouts ol li {
476 #content .with-callouts ol li:before {
513 /* figures and callouts */
  /system/bt/tools/mcap_tool/
mcap_tool.cc 540 static bt_os_callouts_t callouts = { variable
549 global_status = (bt_status_t)sBtInterface->set_os_callouts(&callouts);
  /prebuilts/go/darwin-x86/src/io/
io_test.go 23 // Simple tests, primarily to verify the ReadFrom and WriteTo callouts inside Copy, CopyBuffer and CopyN.
  /prebuilts/go/linux-x86/src/io/
io_test.go 23 // Simple tests, primarily to verify the ReadFrom and WriteTo callouts inside Copy, CopyBuffer and CopyN.
  /build/make/tools/droiddoc/templates-sac/assets/css/
default.css 731 .design .with-callouts ol>li {
734 .design .with-callouts ol>li:before {
741 .design .with-callouts ul>li {
772 /* figures and callouts */
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css 916 .design .with-callouts ol>li {
919 .design .with-callouts ol>li:before {
926 .design .with-callouts ul>li {
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/css/
default.css 760 .design .with-callouts ol>li {
763 .design .with-callouts ol>li:before {
770 .design .with-callouts ul>li {
801 /* figures and callouts */
    [all...]

Completed in 553 milliseconds