Home
last modified time | relevance | path

Searched refs:TUNE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/tv/tuner/aidl/default/
DFrontend.h36 const int TUNE_BUFFER_SIZE = 1; // byte variable
DFrontend.cpp245 TUNE_BUFFER_SIZE, TUNE_BUFFER_TIMEOUT); in readTuneByte()
295 void* buf = malloc(sizeof(char) * TUNE_BUFFER_SIZE); in tune()