HomeSort by relevance Sort by last modified time
    Searched refs:tv_stream_config_t (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/include/hardware/
tv_input.h 216 } tv_stream_config_t; typedef in typeref:struct:tv_stream_config
288 const tv_stream_config_t** configs);
  /hardware/libhardware/modules/tv_input/
tv_input.cpp 74 const struct tv_input_device*, int, int*, const tv_stream_config_t**)
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 240 const tv_stream_config_t* getStreamConfigs(int deviceId, int* numConfigs);
337 const tv_stream_config_t* configs = NULL;
417 const tv_stream_config_t* JTvInputHal::getStreamConfigs(int deviceId, int* numConfigs) {
418 const tv_stream_config_t* configs = NULL;
578 const tv_stream_config_t* configs = tvInputHal->getStreamConfigs(deviceId, &numConfigs);

Completed in 161 milliseconds