OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drm_file_read
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c
27
if (DRM_FILE_FAILURE ==
DRM_file_read
(handle, &string[i], 1))
293
if (DRM_FILE_FAILURE ==
DRM_file_read
(handle, (uint8_t*)RoAmount, sizeof(int32_t))) {
301
if (DRM_FILE_FAILURE ==
DRM_file_read
(handle, (uint8_t*)Ro, (*RoAmount) * sizeof(T_DRM_Rights))) {
322
if (DRM_FILE_FAILURE ==
DRM_file_read
(handle, (uint8_t*)Ro, sizeof(T_DRM_Rights))) {
336
if (DRM_FILE_FAILURE ==
DRM_file_read
(handle, (uint8_t*)&tmpRoAmount, sizeof(int32_t))) {
486
fileRes =
DRM_file_read
(handle, buffer, bufferLen);
drm_file.c
532
DRM_file_read
(int32_t handle, uint8_t* dst, int32_t length)
543
Trace("
DRM_file_read
handle=%d read %d bytes", handle, n);
548
Trace("
DRM_file_read
read EOF: handle=%d", handle);
553
Trace("
DRM_file_read
failed handle=%d, errno=%d", handle, errno);
/frameworks/base/media/libdrm/mobile1/include/objmng/
drm_file.h
42
/** Indicates that the a
DRM_file_read
() call reached the end of the file. */
228
int32_t
DRM_file_read
(int32_t handle,
Completed in 745 milliseconds