OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4OSA_OPTION_ID_IS_READABLE
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_OptionID.h
64
#define
M4OSA_OPTION_ID_IS_READABLE
(optionID) ((((optionID)>>30)&M4_READ)!=0)
/frameworks/av/libvideoeditor/osal/src/
M4OSA_FileReader.c
389
M4OSA_DEBUG_IF2(!
M4OSA_OPTION_ID_IS_READABLE
(optionID),
M4OSA_FileWriter.c
402
M4OSA_DEBUG_IF2(!
M4OSA_OPTION_ID_IS_READABLE
(optionID), M4ERR_WRITE_ONLY,
M4OSA_Thread.c
749
M4OSA_DEBUG_IF2(!
M4OSA_OPTION_ID_IS_READABLE
(optionID),
Completed in 298 milliseconds