OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_stream
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/include/hardware/
tv_input.h
340
*
open_stream
:
350
int (*
open_stream
)(struct tv_input_device* dev, int device_id,
member in struct:tv_input_device
/hardware/libhardware/modules/tv_input/
tv_input.cpp
133
dev->device.
open_stream
= tv_input_open_stream;
/external/elfutils/libdwfl/
gzip.c
134
open_stream
(int fd, off_t start_offset, struct unzip_state *state)
function
282
Dwfl_Error result =
open_stream
(fd, start_offset, &state);
/frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp
382
if (mDevice->
open_stream
(mDevice, deviceId, &stream) != 0) {
Completed in 79 milliseconds