/hardware/interfaces/media/bufferpool/aidl/default/ |
D | BufferPoolClient.cpp | 77 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 …]
|
D | ClientManager.cpp | 73 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 …]
|
D | BufferPoolClient.h | 78 int64_t timestampMs, 85 int64_t *timestampMs);
|
D | DataHelper.h | 107 TransactionStatus(const BufferStatusMessage &message, int64_t timestampMs) { in TransactionStatus() 111 mTimestampMs = timestampMs; in TransactionStatus()
|
/hardware/interfaces/power/stats/aidl/default/ |
D | FakeEnergyConsumer.h | 35 mResult.timestampMs = 0; in FakeEnergyConsumer() 64 result->timestampMs = now; in update()
|
D | FakeEnergyMeter.h | 44 m.timestampMs = 0; in FakeEnergyMeter() 93 measurement->timestampMs = now; in update()
|
/hardware/google/pixel/powerstats/dataproviders/ |
D | PowerStatsEnergyConsumer.cpp | 149 int64_t timestampMs = 0; in getEnergyConsumed() local 156 timestampMs = m.timestampMs; in getEnergyConsumed() 221 return EnergyConsumerResult{.timestampMs = timestampMs, in getEnergyConsumed()
|
D | IioEnergyMeterDataProvider.cpp | 158 mReading[index].timestampMs = timestamp; in parseEnergyContents()
|
/hardware/interfaces/media/bufferpool/aidl/default/include/bufferpool2/ |
D | ClientManager.h | 144 int64_t timestampMs, 165 int64_t *timestampMs);
|
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/1/android/hardware/power/stats/ |
D | EnergyMeasurement.aidl | 38 long timestampMs;
|
D | EnergyConsumerResult.aidl | 38 long timestampMs;
|
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/2/android/hardware/power/stats/ |
D | EnergyMeasurement.aidl | 38 long timestampMs;
|
D | EnergyConsumerResult.aidl | 38 long timestampMs;
|
/hardware/interfaces/power/stats/aidl/aidl_api/android.hardware.power.stats/current/android/hardware/power/stats/ |
D | EnergyMeasurement.aidl | 37 long timestampMs;
|
D | EnergyConsumerResult.aidl | 37 long timestampMs;
|
/hardware/interfaces/power/stats/aidl/android/hardware/power/stats/ |
D | EnergyMeasurement.aidl | 28 long timestampMs;
|
D | EnergyConsumerResult.aidl | 30 long timestampMs;
|
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/ |
D | ChannelSoudingRawData.aidl | 73 long timestampMs;
|
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/ |
D | ChannelSoudingRawData.aidl | 47 long timestampMs;
|
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/ |
D | ChannelSoudingRawData.aidl | 47 long timestampMs;
|
/hardware/google/aemu/base/include/aemu/base/perflogger/ |
D | Metric.h | 30 long timestampMs; member
|