OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_poll_interrupt_fd_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/gpu/media/
exynos_video_encode_accelerator.cc
109
device_poll_interrupt_fd_
(-1) {
117
if (
device_poll_interrupt_fd_
!= -1) {
118
close(
device_poll_interrupt_fd_
);
119
device_poll_interrupt_fd_
= -1;
223
DCHECK_EQ(
device_poll_interrupt_fd_
, -1);
224
device_poll_interrupt_fd_
= eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC);
225
if (
device_poll_interrupt_fd_
== -1) {
[
all
...]
exynos_video_decode_accelerator.h
244
// Set/clear the device poll interrupt (using
device_poll_interrupt_fd_
).
422
int
device_poll_interrupt_fd_
;
member in class:content::ExynosVideoDecodeAccelerator
exynos_video_encode_accelerator.h
146
// Set/clear the device poll interrupt (using
device_poll_interrupt_fd_
).
301
int
device_poll_interrupt_fd_
;
member in class:content::ExynosVideoEncodeAccelerator
exynos_video_decode_accelerator.cc
214
device_poll_interrupt_fd_
(-1),
224
if (
device_poll_interrupt_fd_
!= -1) {
225
close(
device_poll_interrupt_fd_
);
226
device_poll_interrupt_fd_
= -1;
303
DCHECK_EQ(
device_poll_interrupt_fd_
, -1);
304
device_poll_interrupt_fd_
= eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC);
305
if (
device_poll_interrupt_fd_
== -1) {
[
all
...]
Completed in 49 milliseconds