OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h
65
int32_t
inputHandle
;
67
int32_t (*getInputDataLengthFunc)(int32_t
inputHandle
);
68
int32_t (*readInputDataFunc)(int32_t
inputHandle
, uint8_t* buf, int32_t bufLen);
69
int32_t (*seekInputDataFunc)(int32_t
inputHandle
, int32_t offset);
svc_drm.h
84
int32_t
inputHandle
;
97
* \param
inputHandle
The handle of the DRM data.
103
int32_t (*getInputDataLength)(int32_t
inputHandle
);
109
* \param
inputHandle
The handle of the DRM data.
118
int32_t (*readInputData)(int32_t
inputHandle
, uint8_t* buf, int32_t bufLen);
124
* \param
inputHandle
The handle of the DRM data.
131
int32_t (*seekInputData)(int32_t
inputHandle
, int32_t offset);
Completed in 429 milliseconds