OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psb_video_trace_option
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
psb_drv_debug.h
107
int
psb_video_trace_option
;
variable
psb_drv_debug.c
139
if(psb_parse_config("
PSB_VIDEO_TRACE_OPTION
", &log_fn[0]) == 0) {
140
psb_video_trace_option
= atoi(log_fn);
142
ALOGD("psb_video_debug_option is %d parsed.\n",
psb_video_trace_option
);
145
psb_video_trace_option
= 0;
564
if ((
psb_video_trace_option
& PRINT_TO_LOGCAT) && msg) {
574
if (psb_video_trace_fp && (
psb_video_trace_option
& PRINT_TO_FILE)) {
[
all
...]
Completed in 828 milliseconds