index
:
frameworks_native.git
kitkat
lp5.0
lp5.1
mm6.0
n7.1
o8.0
o8.1
p9.0
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
u14.0
frameworks_native
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
vr
/
libbufferhub
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix code style violation in the variables in BufferHubDefs::MetadataHeader
Tianyu Jiang
2019-02-13
1
-2
/
+2
*
Fix non camelCase function names
Tianyu Jiang
2019-02-08
1
-16
/
+16
*
Move BufferHubBase::Lock and ::Unlock from public function to private helper.
Tianyu Jiang
2019-02-04
1
-10
/
+10
*
Merge "Remove unused BufferHubBase::GetBlobFds method"
TreeHugger Robot
2019-02-05
1
-4
/
+0
|
\
|
*
Remove unused BufferHubBase::GetBlobFds method
Tianyu Jiang
2019-01-31
1
-4
/
+0
*
|
Remove BufferHubBase::Poll method
Tianyu Jiang
2019-02-01
1
-3
/
+0
|
/
*
Replace the use of helper function IsBufferReleased to member function
Tianyu Jiang
2019-01-30
1
-4
/
+0
*
Remove DetachedBufferRPC and BufferChannel
Fan Xu
2019-01-14
1
-33
/
+0
*
Post to all existing and non-existing consumers of the buffer
Tianyu Jiang
2019-01-08
1
-0
/
+6
*
Rename Buffer{Producer, Consumer} to {Producer, Consumer}Buffer
Jiwen 'Steve' Cai
2019-01-02
2
-21
/
+1
*
Remove the deprecated buffer_hub_client.h
Tianyu Jiang
2018-12-18
1
-10
/
+0
*
Change atomics in ashmem from uint64_t to uint32_t
Tianyu Jiang
2018-12-15
3
-26
/
+26
*
Replace android::dvr::BufferHubDefs with android::BufferHubDefs
Tianyu Jiang
2018-12-13
1
-0
/
+2
*
Move BufferHubDefs namespace to ui/BufferHubDefs.h
Fan Xu
2018-12-12
1
-71
/
+17
*
Move MetadataHeader to libui
Fan Xu
2018-12-12
1
-32
/
+4
*
Remove buffer_hub_binder and related codes
Fan Xu
2018-12-05
1
-33
/
+0
*
Change the definition of buffer state and client state bits.
Tianyu
2018-12-03
2
-36
/
+99
*
Change return values of type status_t from NO_ERROR to OK
Tianyu Jiang
2018-11-30
1
-1
/
+1
*
Replace kProducerStateBit with kFirstClientBitMask.
Tianyu Jiang
2018-10-31
1
-12
/
+12
*
Merge "Load with memory_order_acquire"
TreeHugger Robot
2018-11-01
2
-2
/
+4
|
\
|
*
Load with memory_order_acquire
Tianyu Jiang
2018-11-01
2
-2
/
+4
*
|
Merge changes Ib07fd160,I54c34d9f
TreeHugger Robot
2018-10-31
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add duplicate to BufferClient
Fan Xu
2018-10-30
1
-0
/
+4
*
|
Merge "Rename and fix comments and typo."
Tianyu Jiang
2018-10-31
2
-5
/
+3
|
\
\
|
*
|
Rename and fix comments and typo.
Tianyu Jiang
2018-10-31
2
-5
/
+3
*
|
|
Merge "Improve test readability"
Tianyu Jiang
2018-10-31
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve test readability
Tianyu Jiang
2018-10-31
1
-0
/
+1
|
|
/
*
/
Cleanup unused logic for ProducerBuffer.Detach
Fan Xu
2018-10-30
1
-3
/
+0
|
/
*
Change the variable name "buffer_state_bit" into "client_state_mask".
Tianyu Jiang
2018-10-26
3
-15
/
+15
*
Allow ProducerBuffer gain posted buffer.
Tianyu
2018-10-25
1
-7
/
+17
*
Remove Acquire(LocalHandle* ready_fence, Meta* meta)
Tianyu Jiang
2018-10-24
1
-9
/
+0
*
Add createBuffer to BufferHubBinderService
Fan Xu
2018-10-24
1
-0
/
+29
*
Remove the functionality of promoting a BufferHubBuffer to ProducerBuffer.
Tianyu
2018-10-17
1
-7
/
+1
*
NativeHandleWrapper shouldn't return native_handle_t* in const
Jiwen 'Steve' Cai
2018-10-16
1
-4
/
+4
*
Merge "Move active clients mask to an atomic uint64_t in shared memory."
TreeHugger Robot
2018-10-12
2
-1
/
+3
|
\
|
*
Move active clients mask to an atomic uint64_t in shared memory.
Tianyu
2018-10-11
2
-1
/
+3
*
|
Move detached buffer to libui
Jiwen 'Steve' Cai
2018-10-12
2
-216
/
+0
*
|
Merge "Remove Post(const LocalHandle& ready_fence, const Meta& meta)"
TreeHugger Robot
2018-10-12
1
-6
/
+0
|
\
\
|
*
|
Remove Post(const LocalHandle& ready_fence, const Meta& meta)
Tianyu
2018-10-11
1
-6
/
+0
|
|
/
*
/
Remove GetBlobReadOnlyPointer.
Tianyu
2018-10-11
1
-5
/
+0
|
/
*
Move detached buffer off IonBuffer
Jiwen 'Steve' Cai
2018-10-09
4
-36
/
+254
*
Merge "Deprecate buffer_hub_client.{h, cpp}"
Jiwen Cai
2018-10-08
2
-24
/
+21
|
\
|
*
Deprecate buffer_hub_client.{h, cpp}
Jiwen 'Steve' Cai
2018-10-04
2
-24
/
+21
*
|
Disable ignored consumers.
Tianyu
2018-10-03
2
-9
/
+0
|
/
*
Merge "Add noexcept to move constructors and assignment operators." am: a45f6...
Chih-hung Hsieh
2018-10-02
2
-8
/
+8
|
\
|
*
Add noexcept to move constructors and assignment operators.
Chih-Hung Hsieh
2018-10-01
2
-8
/
+8
*
|
Implement Ashmen-based metadata buffer
Jiwen 'Steve' Cai
2018-10-02
1
-0
/
+93
*
|
Add comment to the buffer_state_bit_.
Tianyu
2018-10-02
1
-0
/
+5
*
|
Break up and rename buffer_hub_cilent.{h, cpp}
Jiwen 'Steve' Cai
2018-09-28
5
-329
/
+384
*
|
Remove GraphicBuffer accessor from DetachedBuffer
Jiwen 'Steve' Cai
2018-09-26
1
-7
/
+0
[next]