Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
native
/
7a1e671107dfb4313a4dea3b9ce1fe237f4a5a10
/
services
/
vr
e32877a
Add dependencies on jni_headers
by Orion Hodson
· 4 years, 7 months ago
0258ceb
[composer] Add createCommandWriter to command engine.
by Peiyong Lin
· 4 years, 10 months ago
83cc45b
Merge "Remove libhwbinder/libhidltransport deps" am: 0b2cf30522 am: b19d15b55c am: f425ab1e9c
by Steven Moreland
· 5 years ago
7a10a4f
Remove libhwbinder/libhidltransport deps
by Steven Moreland
· 5 years ago
275fb46
Merge "Rev up vr_hwc to composer@2.3"
by Mike Ma
· 5 years ago
94e91f6
Rev up vr_hwc to composer@2.3
by mamik
· 5 years ago
87c8ba7
gralloc: add IAllocator/IMapper 4.0 to frameworks/native
by Marissa Wall
· 5 years ago
72a90b6
frameworks/native: composer-resources is a new shared library
by Marissa Wall
· 5 years ago
7b4d4b3
Merge "libhwbinder users use libhidlbase" am: 03fb53e727 am: 3cddd2c141 am: e74da5f082
by Steven Moreland
· 5 years ago
e74da5f
Merge "libhwbinder users use libhidlbase" am: 03fb53e727 am: 3cddd2c141
by Steven Moreland
· 5 years ago
2da1e07
libhwbinder users use libhidlbase
by Steven Moreland
· 5 years ago
e1d7a7e
Merge "Match src paths with aidl package name" into qt-dev-plus-aosp am: 3f18d11e92
by Dan Willemsen
· 5 years ago
9ba6e65
Match src paths with aidl package name
by Dan Willemsen
· 6 years ago
a5d6522
Match src paths with aidl package name
by Dan Willemsen
· 6 years ago
0b8f9ad
Add uhid permission to virtual_touchpad
by Jiwen 'Steve' Cai
· 5 years ago
3822dfa
Merge "Add lshal support for VrHwc"
by TreeHugger Robot
· 5 years ago
db52843
Merge "Remove undefined functions from VirtualTouchpadClient." am: 622d91bf5c am: 5fe22f0544 am: c99897b0b9
by Oliver Nguyen
· 5 years ago
31c8de6
Add lshal support for VrHwc
by Jiwen 'Steve' Cai
· 5 years ago
c99897b
Merge "Remove undefined functions from VirtualTouchpadClient." am: 622d91bf5c
by Oliver Nguyen
· 5 years ago
29f76ab
Remove undefined functions from VirtualTouchpadClient.
by Oliver Nguyen
· 5 years ago
1eafe08
Reduce debug level log from libbufferhub
by Tianyu Jiang
· 5 years ago
9eef697
Merge "Rename VirtualTouchpadService to IVirtualTouchpadService" am: a11f06df59
by Jiyong Park
· 6 years ago
e006797
Rename VirtualTouchpadService to IVirtualTouchpadService
by Jiyong Park
· 6 years ago
2e6ead3
Opt in libcrt
by Tianyu Jiang
· 6 years ago
ee2c43a
Remove spamming logs from ProducerChannel
by Tianyu Jiang
· 6 years ago
f377a76
Fix code style violation in the variables in BufferHubDefs::MetadataHeader
by Tianyu Jiang
· 6 years ago
727ede4
Fix non camelCase function names
by Tianyu Jiang
· 6 years ago
a8df5f3
Replace the use of helper function IsBufferReleased to member function
by Tianyu Jiang
· 6 years ago
44d242f
Remove BufferNode in libbufferhubd
by Fan Xu
· 6 years ago
cc19dbb
Merge "Remove DetachedBufferRPC and BufferChannel"
by TreeHugger Robot
· 6 years ago
ae69183
Merge "gralloc: add mapper 3.0 to composer makefiles"
by TreeHugger Robot
· 6 years ago
83e8073
Remove DetachedBufferRPC and BufferChannel
by Fan Xu
· 6 years ago
3990320
gralloc: add mapper 3.0 to composer makefiles
by Marissa Wall
· 6 years ago
01fc0b7
Merge "Fix/suppress libs/vr google-explicit-constructor warnings" am: dc23aff2d7 am: faec550a58
by Chih-Hung Hsieh
· 6 years ago
79e7f1b
Fix/suppress libs/vr google-explicit-constructor warnings
by Chih-Hung Hsieh
· 6 years ago
e60a4ad
Post to all existing and non-existing consumers of the buffer
by Tianyu Jiang
· 6 years ago
1c73024
Rename Buffer{Producer, Consumer} to {Producer, Consumer}Buffer
by Jiwen 'Steve' Cai
· 6 years ago
617ba80
Shortcut a couple tests in DvrDisplayManagerTest
by Jiwen 'Steve' Cai
· 6 years ago
a99f911
Change atomics in ashmem from uint64_t to uint32_t
by Tianyu Jiang
· 6 years ago
ae9668c
Explicitly clears signal upon OnProducerGained in consumer channels
by Tianyu Jiang
· 6 years ago
9f9a461
Remove buffer_hub_binder and related codes
by Fan Xu
· 6 years ago
0cdd2a0
Remove pending_consumers_ from producer channel
by Tianyu Jiang
· 6 years ago
4982432
Remove producer_owns_ in producer_channel
by Tianyu Jiang
· 6 years ago
f669f6a
Change the definition of buffer state and client state bits.
by Tianyu
· 6 years ago
932fb4f
Change return values of type status_t from NO_ERROR to OK
by Tianyu Jiang
· 6 years ago
069e838
Move BufferHubMetadata off pdx::fileHandle
by Fan Xu
· 6 years ago
30ac356
Merge "Convert bugreportz, cmd and performanced to Android.bp" am: c435db5daa am: 189f7aa9ed
by Dan Willemsen
· 6 years ago
d960894
Convert bugreportz, cmd and performanced to Android.bp
by Dan Willemsen
· 6 years ago
f77adb1
Remove unused private field mVrClient from VrCommandEngine
by Tianyu Jiang
· 6 years ago
21f7531
Merge "Create consumer state mask(s) immediately after producer allocate new buffer."
by Tianyu Jiang
· 6 years ago
23b687a
Merge "C++17: use android::base::Trim instead of std::not1/std::ptr_fun." am: e73b4803be am: de15364da7
by Elliott Hughes
· 6 years ago
e73b480
Merge "C++17: use android::base::Trim instead of std::not1/std::ptr_fun."
by Elliott Hughes
· 6 years ago
50f7ad1
Create consumer state mask(s) immediately after producer allocate new buffer.
by Tianyu Jiang
· 6 years ago
ccddf4c
C++17: use android::base::Trim instead of std::not1/std::ptr_fun.
by Elliott Hughes
· 6 years ago
f593018
Merge "Modernise code to use std::make_unique" am: 4ed4815951 am: d8a94a48a8
by Yi Kong
· 6 years ago
0f4c679
Modernise code to use std::make_unique
by Yi Kong
· 6 years ago
ca9201a
Fix race condition between ProducerQueue dequeue and ConsumerQueue dequeue newly allocated buffer.
by Tianyu Jiang
· 6 years ago
574a685
Move BufferNode to libbufferhubservice
by Fan Xu
· 6 years ago
bb094a5
Move BufferNode off ionbuffer
by Fan Xu
· 6 years ago
6a1f39d
Merge "Replace kProducerStateBit with kFirstClientBitMask."
by TreeHugger Robot
· 6 years ago
5e4c327
Format buffer state in hex instead of decimal.
by Tianyu Jiang
· 6 years ago
63dd7c3
Replace kProducerStateBit with kFirstClientBitMask.
by Tianyu Jiang
· 6 years ago
8842420
Merge "Load with memory_order_acquire"
by TreeHugger Robot
· 6 years ago
e2cdec9
Load with memory_order_acquire
by Tianyu Jiang
· 6 years ago
a09147e
Merge changes Ib07fd160,I54c34d9f
by TreeHugger Robot
· 6 years ago
70834b7
Merge "Rename and fix comments and typo."
by Tianyu Jiang
· 6 years ago
58fb2f5
Merge "Improve test readability"
by Tianyu Jiang
· 6 years ago
83a991f
Rename and fix comments and typo.
by Tianyu Jiang
· 6 years ago
8f10b75
Improve test readability
by Tianyu Jiang
· 6 years ago
b0eec51
Cleanup unused logic for ProducerBuffer.Detach
by Fan Xu
· 6 years ago
3a96ccd
Add importBuffer to BufferHubBinderService
by Fan Xu
· 6 years ago
d94e2ee
Add duplicate to BufferClient
by Fan Xu
· 6 years ago
2cc68fb
Fix bufferhubd crash in buffer_hub-test
by Fan Xu
· 6 years ago
7e204b7
Change the variable name "buffer_state_bit" into "client_state_mask".
by Tianyu Jiang
· 6 years ago
674f52f
Merge "Remove getServiceProxy() on BufferHubBinderService"
by TreeHugger Robot
· 6 years ago
7f072e9
Add BufferClient information to dumpsys
by Fan Xu
· 6 years ago
8d9d33e
Remove getServiceProxy() on BufferHubBinderService
by Fan Xu
· 6 years ago
6df8c2a
Add createBuffer to BufferHubBinderService
by Fan Xu
· 6 years ago
d2f81ce
Use sp<> on creating BufferHubBinderService
by Fan Xu
· 6 years ago
0229d25
Remove active_buffer_bit_mask_ from BufferNode.
by Tianyu
· 6 years ago
b61df91
Remove the functionality of promoting a BufferHubBuffer to ProducerBuffer.
by Tianyu
· 6 years ago
5fbd8a3
Merge "Move active clients mask to an atomic uint64_t in shared memory."
by TreeHugger Robot
· 6 years ago
8f51ec6
Move detached buffer to libui
by Jiwen 'Steve' Cai
· 6 years ago
6705349
Move active clients mask to an atomic uint64_t in shared memory.
by Tianyu
· 6 years ago
9f7b7f3
Temprorarily opt out bufferhub from libcrt
by Jiwen 'Steve' Cai
· 6 years ago
f35719a
Migrate from aidl to manual implementation
by Fan Xu
· 6 years ago
72c0b57
Add a helper function to get service runtime
by Fan Xu
· 6 years ago
9004b8c
Move detached buffer off IonBuffer
by Jiwen 'Steve' Cai
· 6 years ago
7a0f33e
Implement dumpsys for BufferHubBinderService
by Fan Xu
· 6 years ago
615e391
Merge "Disable ignored consumers."
by TreeHugger Robot
· 6 years ago
2bf2988
Revert "Implement dumpsys for BufferHubBinderService"
by Jiwen Cai
· 6 years ago
0c6b7ff
Disable ignored consumers.
by Tianyu
· 6 years ago
5c97aa1
Implement dumpsys for BufferHubBinderService
by Fan Xu
· 6 years ago
74df490
Reorganize include .h files
by Fan Xu
· 6 years ago
cfd1274
Add a binder service to bufferhubd
by Fan Xu
· 6 years ago
6316040
Merge "Fix clang-tidy performance warnings in frameworks/native." am: 5ec3274b10 am: 2f7048b930
by Chih-hung Hsieh
· 6 years ago
5548e8a
Fix clang-tidy performance warnings in frameworks/native.
by Chih-Hung Hsieh
· 6 years ago
331668a
Merge "Relax performanced vr:app:render permission restriction"
by Steven Thomas
· 6 years ago
7ddbd9e
Adding error handling to pass V2_1 vts tests
by Valerie Hau
· 6 years ago
801eb32
Relax performanced vr:app:render permission restriction
by Steven Thomas
· 6 years ago
Next »