HomeSort by relevance Sort by last modified time
    Searched full:t_end (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 281 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable in typeref:struct:
840 gettimeofday(&t_end, NULL);
841 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6
842 + t_end.tv_usec - t_start.tv_usec))/ 1e6;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 411 struct timeval t_start = {0, 0}, t_end = {0, 0}; variable in typeref:struct:
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java     [all...]

Completed in 310 milliseconds