Searched defs:tv2 (Results 1 - 3 of 3) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
H A Ddmprofile.h74 struct timeval tv2; local
75 gettimeofday( &tv2, NULL );
77 long long n2 = tv2.tv_usec + (tv2.tv_sec * 1000000 );
139 struct timeval tv2; local
140 gettimeofday( &tv2, NULL );
142 long long n2 = tv2.tv_usec + (tv2.tv_sec * 1000000 );
/packages/apps/OMA-DM/engine/xpl/hdr/
H A Ddmprofile.h74 struct timeval tv2; local
75 gettimeofday( &tv2, NULL );
77 long long n2 = tv2.tv_usec + (tv2.tv_sec * 1000000 );
139 struct timeval tv2; local
140 gettimeofday( &tv2, NULL );
142 long long n2 = tv2.tv_usec + (tv2.tv_sec * 1000000 );
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
H A Ddmt_test.cc43 struct timeval tv2; local
44 gettimeofday( &tv2, NULL );
46 long long n2 = tv2.tv_usec + (tv2.tv_sec * 1000000 );

Completed in 104 milliseconds