Home
last modified time | relevance | path

Searched refs:timestampMs (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/media/bufferpool/aidl/default/
DBufferPoolClient.cpp77 int64_t timestampMs,
84 TransactionId *transactionId, int64_t *timestampMs);
89 int64_t timestampMs);
397 TransactionId transactionId, BufferId bufferId, int64_t timestampMs, in receive() argument
403 if (timestampMs != 0) { in receive()
404 timestampMs += kReceiveTimeoutMs; in receive()
406 if (!postReceive(bufferId, transactionId, timestampMs)) { in receive()
503 TransactionId *transactionId, int64_t *timestampMs) { in postSend() argument
513 *timestampMs = ::android::elapsedRealtime(); in postSend()
531 BufferId bufferId, TransactionId transactionId, int64_t timestampMs) { in postReceive() argument
[all …]
DClientManager.cpp73 int64_t timestampMs,
80 int64_t *timestampMs);
321 BufferId bufferId, int64_t timestampMs, in receive() argument
335 transactionId, bufferId, timestampMs, &origHandle, buffer); in receive()
346 return client->receive(transactionId, bufferId, timestampMs, handle, buffer); in receive()
352 TransactionId *transactionId, int64_t *timestampMs) { in postSend() argument
363 return client->postSend(receiverId, buffer, transactionId, timestampMs); in postSend()
499 BufferId bufferId, int64_t timestampMs, in receive() argument
503 timestampMs, handle, buffer); in receive()
510 TransactionId *transactionId, int64_t* timestampMs) { in postSend() argument
[all …]
DBufferPoolClient.h78 int64_t timestampMs,
85 int64_t *timestampMs);
DDataHelper.h107 TransactionStatus(const BufferStatusMessage &message, int64_t timestampMs) { in TransactionStatus()
111 mTimestampMs = timestampMs; in TransactionStatus()
/hardware/interfaces/power/stats/aidl/default/
DFakeEnergyConsumer.h35 mResult.timestampMs = 0; in FakeEnergyConsumer()
64 result->timestampMs = now; in update()
DFakeEnergyMeter.h44 m.timestampMs = 0; in FakeEnergyMeter()
93 measurement->timestampMs = now; in update()
/hardware/google/pixel/powerstats/dataproviders/
DPowerStatsEnergyConsumer.cpp149 int64_t timestampMs = 0; in getEnergyConsumed() local
156 timestampMs = m.timestampMs; in getEnergyConsumed()
221 return EnergyConsumerResult{.timestampMs = timestampMs, in getEnergyConsumed()
DIioEnergyMeterDataProvider.cpp158 mReading[index].timestampMs = timestamp; in parseEnergyContents()
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/
DClientManager.h144 int64_t timestampMs,
165 int64_t *timestampMs);
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/1/android/hardware/power/stats/
DEnergyMeasurement.aidl38 long timestampMs;
DEnergyConsumerResult.aidl38 long timestampMs;
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/2/android/hardware/power/stats/
DEnergyMeasurement.aidl38 long timestampMs;
DEnergyConsumerResult.aidl38 long timestampMs;
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/current/android/hardware/power/stats/
DEnergyMeasurement.aidl37 long timestampMs;
DEnergyConsumerResult.aidl37 long timestampMs;
/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/
DEnergyMeasurement.aidl28 long timestampMs;
DEnergyConsumerResult.aidl30 long timestampMs;
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/
DChannelSoudingRawData.aidl73 long timestampMs;
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/
DChannelSoudingRawData.aidl47 long timestampMs;
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/
DChannelSoudingRawData.aidl47 long timestampMs;
/hardware/google/aemu/base/include/aemu/base/perflogger/
DMetric.h30 long timestampMs; member