Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
bt
/
91469270e26e4cfd5a77abbd20739045d04b5caf
/
osi
3eb4a48
Move properties get/set code to osi
by Jakub Pawlowski
· 9 years ago
95d962b
Merge "Update build files for Fluoride on Linux"
by Jakub Pawlowski
· 9 years ago
eeec3be
Alarm Dump output cleanup
by Ajay Panicker
· 9 years ago
d7a05a0
Update build files for Fluoride on Linux
by Jakub Pawlowski
· 9 years ago
54f380a
Protect metrics API from race conditions
by Ajay Panicker
· 9 years ago
45d1293
Add Linux-specific version of metrics.
by Jakub Pawlowski
· 9 years ago
029b50a
Make wakelock compile on Linux
by Jakub Pawlowski
· 9 years ago
324635b
Revert "linux: Make logwrapper show log tag on Linux"
by Jakub Pawlowski
· 9 years ago
e4ae5c7
linux: Make logwrapper show log tag on Linux
by Jakub Pawlowski
· 9 years ago
1d00dd2
Write Protobuf in Base64
by Ajay Panicker
· 9 years ago
a1bccb9
Add support for collecting A2DP Protobuf metrics
by Pavlin Radoslavov
· 9 years ago
4394720
Fix C/C++ compiler generated warnings
by Pavlin Radoslavov
· 9 years ago
1377f93
Cleanup C and C++ compiler flags
by Pavlin Radoslavov
· 9 years ago
717a4a9
Removed checks for NULL returns after osi_calloc() / osi_malloc()
by Pavlin Radoslavov
· 9 years ago
00f6f06
osi: Don't use -std=c99 to compile
by Marie Janssen
· 9 years ago
77f579f
osi: add metrics API
by Marie Janssen
· 9 years ago
cceb430
Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free()
by Pavlin Radoslavov
· 9 years ago
0a20dd4
Removed function osi_get_buf_size()
by Pavlin Radoslavov
· 9 years ago
270f86f
Add list_back_node method to osi list
by Jakub Pawlowski
· 9 years ago
20524d3
Refactor usage of osi_free() and osi_freebuf()
by Pavlin Radoslavov
· 9 years ago
1910a80
osi: add native wakelocks to metrics
by Marie Janssen
· 9 years ago
67f57c6
Make list_foreach() even more useful
by Jakub Pawlowski
· 9 years ago
dd7aaec
Allow alarm_cancel() on NULL timers
by Pavlin Radoslavov
· 9 years ago
4b7f560
Add extra log if timer_create(CLOCK_BOOTTIME_ALARM) fails
by Pavlin Radoslavov
· 9 years ago
1097801
A workaround for kernels missing CLOCK_BOOTTIME_ALARM
by Pavlin Radoslavov
· 9 years ago
78bcff7
Refactor the Bluetooth timers
by Pavlin Radoslavov
· 9 years ago
d2e2508
Add support for native kernel and callout wakelocks
by Pavlin Radoslavov
· 9 years ago
760fb70
Make list_foreach() more useful
by Andre Eisenbach
· 9 years ago
c02acb7
Assert on memory allocation failure
by Andre Eisenbach
· 9 years ago
ac786e3
Fix flaky AlarmTest.test_set_long_*
by Marie Janssen
· 9 years ago
b9757ee
Remove "block" parameter from eager_reader_read()
by Andre Eisenbach
· 9 years ago
48df46b
Properly reset NONBLOCK flag in semaphore_try_wait()
by Andre Eisenbach
· 9 years ago
153bdfb
Fix the fixed_queue_try_remove_from_queue() internals
by Pavlin Radoslavov
· 9 years ago
ed2267a
osi: Remove error_fclose goto and redundant fflush.
by Alain Vongsouvanh
· 9 years ago
1b2bd2c
tests: don't use bt_os_callouts for wakelocks
by Marie Janssen
· 9 years ago
fd2f03a
Add file write error checks to config_save
by Amadeusz Slawinski
· 9 years ago
41a91a5
Raise alarm callback thread priority
by Andre Eisenbach
· 9 years ago
b74ef93
Fix flaky EagerReaderTest.test_large_data_multibyte
by Andre Eisenbach
· 9 years ago
45a94e1
Removed libpower-related references.
by Pavlin Radoslavov
· 9 years ago
b7a077b
Rename net_test_bluedroid to net_test_bluetooth
by Andre Eisenbach
· 9 years ago
28bf007
Enable kernel wakelocks and timers
by Marie Janssen
· 9 years ago
02a2928
Resolve merge resolution differences between branches
by Scott James Remnant
· 9 years ago
1946f25
Add missing LOG_TAG as the first argument to LOG_ERROR()
by Pavlin Radoslavov
· 9 years ago
577862e
Update the usage of fixed_queue.
by Pavlin Radoslavov
· 9 years ago
5b9b1b8
Raise BTU and HCI thread priorities
by Andre Eisenbach
· 9 years ago
258c253
GKI cleanup - moved GKI buffer allocation wrappers to OSI
by Pavlin Radoslavov
· 9 years ago
9f1c9ad
GKI cleanup - Moved struct TIMER_LIST_ENT to OSI
by Pavlin Radoslavov
· 9 years ago
1a3844f
GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue
by Pavlin Radoslavov
· 9 years ago
1eb1ea0
GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI
by Pavlin Radoslavov
· 9 years ago
c196f21
GKI cleanup - Moved GKI_get_os_tick_count() to OSI
by Pavlin Radoslavov
· 9 years ago
de86bfa
Add libpower as a dependency to all device targets that include libosi.
by Sharvil Nanavati
· 9 years ago
1da5196
am ad588372: Merge "Enable clang compilation, use stdatomic.h."
by Chih-hung Hsieh
· 9 years ago
918e5a6
Enable clang compilation, use stdatomic.h.
by Chih-Hung Hsieh
· 9 years ago
480c2b4
am d2199cbb: Disable remote TCP connections
by Pavlin Radoslavov
· 9 years ago
d2199cb
Disable remote TCP connections
by Pavlin Radoslavov
· 9 years ago
67671e5
am afcf2a26: Merge "Restore LOG_NDEBUG condition on verbose logging."
by Ian Coolidge
· 9 years ago
30b30d3
Restore LOG_NDEBUG condition on verbose logging.
by Ian Coolidge
· 9 years ago
0839305
resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp
by Marie Janssen
· 9 years ago
49a8670
build: LOG_TAG consistency, include order, build fixes
by Marie Janssen
· 9 years ago
75a2a97
resolved conflicts for merge of 145cf576 to mnc-dev-plus-aosp
by Arman Uguray
· 9 years ago
145cf57
Compile libbtcore and libosi for host
by Arman Uguray
· 9 years ago
a5db1d4
resolved conflicts for merge of f993a9c4 to mnc-dev-plus-aosp
by Miao Chou
· 9 years ago
98a9641
build: Eliminate cutils/str_parms dependency from system/bt
by Miao Chou
· 9 years ago
e9d2d9b
am f2d6434a: gn-build: Add bluetooth-service target
by Arman Uguray
· 9 years ago
f2d6434
gn-build: Add bluetooth-service target
by Arman Uguray
· 9 years ago
f1720e9
am 165332bc: Cleanup alarm_get_remaining_ms
by Andre Eisenbach
· 9 years ago
165332b
Cleanup alarm_get_remaining_ms
by Andre Eisenbach
· 9 years ago
263cc87
am 76356aee: Bug fix PM changes and LE connectivity mode fixes
by VenkatRaghavan VijayaRaghavan
· 9 years ago
76356ae
Bug fix PM changes and LE connectivity mode fixes
by VenkatRaghavan VijayaRaghavan
· 10 years ago
cd5bb09
am 0ca99052: gn-build: Add BUILD files for libchrome
by Arman Uguray
· 9 years ago
0ca9905
gn-build: Add BUILD files for libchrome
by Arman Uguray
· 9 years ago
1dffda3
build: fixes for LOG_* message build errors.
by Marie Janssen
· 9 years ago
d33e39f
am db554581: build: Update osi log functions, use consistently
by Marie Janssen
· 9 years ago
db55458
build: Update osi log functions, use consistently
by Marie Janssen
· 9 years ago
50356f0
am 10969128: build: Eliminate cutils/sockets dependencies from system/bt
by Miao Chou
· 9 years ago
1096912
build: Eliminate cutils/sockets dependencies from system/bt
by Miao Chou
· 9 years ago
123d77a
resolved conflicts for merge of 4197cfdb to mnc-dev-plus-aosp
by Pavlin Radoslavov
· 9 years ago
4197cfd
Fix the file permissions of /data/misc/bluedroid/bt_config.conf
by Pavlin Radoslavov
· 9 years ago
fa8c795
Reduce CPU utilization from ~60% to ~10% on busy HCI reads.
by Sharvil Nanavati
· 9 years ago
d7c8b53
am 08019f3e: Reduce CPU utilization from ~60% to ~10% on busy HCI reads.
by Sharvil Nanavati
· 9 years ago
08019f3
Reduce CPU utilization from ~60% to ~10% on busy HCI reads.
by Sharvil Nanavati
· 9 years ago
dd895a6
am d5137a4b: Merge "Rename alarm->creation to alarm->creation_time for readability."
by Sharvil Nanavati
· 9 years ago
d5137a4
Merge "Rename alarm->creation to alarm->creation_time for readability."
by Sharvil Nanavati
· 9 years ago
fbe4041
am ecb1b43c: osi: Introduce ptr <-> integer conversion macros
by Arman Uguray
· 9 years ago
ecb1b43
osi: Introduce ptr <-> integer conversion macros
by Arman Uguray
· 9 years ago
f2bf230
Rename alarm->creation to alarm->creation_time for readability.
by Sharvil Nanavati
· 9 years ago
0933b40
Moved the OSI alarm_shutdown() operations to alarm_cleanup()
by Pavlin Radoslavov
· 9 years ago
5febd64
Disable the OSI allocation tracker.
by Pavlin Radoslavov
· 9 years ago
7dac79e
Add missing clean_up step for the OSI module.
by Pavlin Radoslavov
· 9 years ago
c6a1c26
Fix AlarmTestHarness so alarm tests pass again
by Zach Johnson
· 9 years ago
cae219f
Shutdown alarm callbacks on stack disable; added OSI module
by Andre Eisenbach
· 9 years ago
1bd7605
Bluetooth native dumpsys logging support (2/5)
by Andre Eisenbach
· 10 years ago
4be4396
Elimininate unnecessary calls for releasing the wake lock.
by Pavlin Radoslavov
· 10 years ago
190b244
am a9130e07: Moved the OSI alarm_shutdown() operations to alarm_cleanup()
by Pavlin Radoslavov
· 9 years ago
9a5a371
am b65ec7bd: Disable the OSI allocation tracker.
by Pavlin Radoslavov
· 9 years ago
a9130e0
Moved the OSI alarm_shutdown() operations to alarm_cleanup()
by Pavlin Radoslavov
· 9 years ago
b434fbb
am 2c494e15: gn-build: Clean up GN files
by Arman Uguray
· 9 years ago
ab51194
am bbb12526: gn-build: Add tinyxml2 as a secondary source
by Arman Uguray
· 9 years ago
b65ec7b
Disable the OSI allocation tracker.
by Pavlin Radoslavov
· 9 years ago
2c494e1
gn-build: Clean up GN files
by Arman Uguray
· 9 years ago
Next »