Searched
full:int64_t (Results
601 -
625 of
4685) sorted by null
<<21222324252627282930>>
/frameworks/base/libs/common_time/ |
common_time_server_packets.h | 117 int64_t clientTxLocalTime; 132 int64_t clientTxLocalTime; 135 int64_t masterRxCommonTime; 138 int64_t masterTxCommonTime;
|
/frameworks/base/libs/hwui/ |
FrameMetricsObserver.h | 26 virtual void notify(const int64_t* buffer);
|
/hardware/akm/AK8975_FS/libsensors/ |
SensorBase.cpp | 97 int SensorBase::setDelay(int32_t handle, int64_t ns) { 101 int64_t SensorBase::getDelay(int32_t handle) { 109 int64_t SensorBase::getTimestamp() { 113 return int64_t(t.tv_sec)*1000000000LL + t.tv_nsec;
|
/hardware/bsp/intel/peripheral/sensors/mraa/ |
Sensor.cpp | 23 const int64_t kMaxDelay = 1000000000; 93 int Sensor::setDelay(int handle, int64_t requestedDelay) { 112 int64_t period_ns, int64_t timeout) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
ivfenc.h | 27 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
register_state_check.h | 92 void vp9_push_neon(int64_t *store); 111 static bool StoreRegisters(int64_t store[8]) { 119 int64_t post_store[8]; 129 int64_t pre_store_[8];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
vpx_psnr.h | 18 // TODO(dkovalev) change vpx_sse_to_psnr signature: double -> int64_t
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
IVsyncControl.h | 30 virtual bool wait(int disp, int64_t& timestamp) = 0;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
VsyncControl.h | 33 bool wait(int disp, int64_t& timestamp);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
IVsyncControl.h | 30 virtual bool wait(int disp, int64_t& timestamp) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
VsyncControl.h | 33 bool wait(int disp, int64_t& timestamp);
|
/hardware/libhardware/modules/vehicle/ |
timeUtil.cpp | 21 int64_t elapsedRealtimeNano() {
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
itoatest.cpp | 51 struct Traits<int64_t> { 54 static int64_t Negate(int64_t x) { return -x; }; 131 static void i64toa_naive(int64_t value, char* buffer) {
|
/system/bt/osi/test/ |
AlarmTestHarness.h | 23 extern int64_t TIMER_INTERVAL_FOR_WAKELOCK_IN_MS;
|
/system/connectivity/apmanager/ |
mock_event_dispatcher.h | 33 int64_t delay_ms));
|
/system/connectivity/dhcp_client/ |
event_dispatcher_interface.h | 31 int64_t delay_ms) = 0;
|
/system/core/libsparse/ |
sparse_file.h | 24 int64_t len;
|
/system/core/metricsd/ |
persistent_integer_mock.h | 33 MOCK_METHOD1(Add, void(int64_t count));
|
/system/extras/simpleperf/nonlinux_support/include/linux/ |
types.h | 24 typedef int64_t __s64;
|
/system/nativepower/include/nativepower/ |
power_manager_stub.h | 47 static std::string ConstructSuspendRequestString(int64_t event_time_ms, 89 status_t goToSleep(int64_t event_time_ms, int reason, int flags) override; 97 SuspendRequest(int64_t uptime_ms, int reason, int flags); 99 int64_t event_time_ms;
|
/system/update_engine/ |
binder_service_android.cc | 43 int64_t /* last_checked_time */, 47 int64_t /* new_size */) { 85 int64_t payload_offset, 86 int64_t payload_size,
|
/system/update_engine/common/ |
prefs_interface.h | 56 // Gets an int64_t |value| associated with |key|. Returns true on 59 virtual bool GetInt64(const std::string& key, int64_t* value) const = 0; 61 // Associates |key| with an int64_t |value|. Returns true on success, 63 virtual bool SetInt64(const std::string& key, const int64_t value) = 0;
|
/system/vold/ |
Benchmark.cpp | 39 static void notifyResult(const std::string& path, int64_t create_d, 40 int64_t drop_d, int64_t run_d, int64_t destroy_d) {
|
/external/mesa3d/src/gallium/drivers/r600/ |
compute_memory_pool.c | 123 int64_t compute_memory_prealloc_chunk( 125 int64_t size_in_dw) 159 int64_t start_in_dw) 253 int64_t allocated = 0; 254 int64_t unallocated = 0; 303 int64_t start_in_dw; 307 int64_t need = item->size_in_dw+2048 - 351 void compute_memory_free(struct compute_memory_pool* pool, int64_t id) 389 int64_t size_in_dw) 430 int64_t aligned_size = pool->size_in_dw [all...] |
/external/v8/test/cctest/compiler/ |
call-tester.h | 49 inline int64_t CastReturnValue(uintptr_t r) { 50 return static_cast<int64_t>(r); 106 static int64_t Cast(int32_t r) { return static_cast<int64_t>(r); } 111 static int64_t Cast(uint32_t r) { 112 return static_cast<int64_t>(static_cast<int32_t>(r)); 224 uintptr_t CallSimulator(byte* f, int64_t p1 = 0, int64_t p2 = 0, 225 int64_t p3 = 0, int64_t p4 = 0, int64_t p5 = 0) [all...] |
Completed in 3212 milliseconds
<<21222324252627282930>>