Home
last modified time | relevance | path

Searched defs:messages (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp212 GLchar messages[256]; in TextureDraw() local
349 GLchar messages[256] = {}; in drawImpl() local
/hardware/google/camera/common/hal/utils/
Drealtime_process_block.cc80 [this](const std::vector<NotifyMessage>& messages) { in RealtimeProcessBlock()
265 const std::vector<NotifyMessage>& messages) { in NotifyHwlPipelineBatchMessage()
Dresult_dispatcher.cc526 std::vector<NotifyMessage> messages; in NotifyBatchShutters() local
/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_capture_session.cc256 auto notify_batch_cb = [this](const std::vector<NotifyMessage>& messages) { in Initialize()
340 void BasicCaptureSession::NotifyBatch(const std::vector<NotifyMessage>& messages) { in NotifyBatch()
Dcamera_device_session.cc310 NotifyBatchFunc([this](const std::vector<NotifyMessage>& messages) { in InitializeCallbacks()
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanBusVirtualV1_0TargetTest.cpp67 const auto messages = mMessages; in fetchMessages() local
163 static void clearTimestamps(std::vector<CanMessage>& messages) { in clearTimestamps()
231 auto messages = listener->fetchMessages(100ms); in TEST_P() local
/hardware/interfaces/media/bufferpool/aidl/default/
DBufferStatus.cpp80 void BufferStatusObserver::getBufferStatusChanges(std::vector<BufferStatusMessage> &messages) { in getBufferStatusChanges()
233 std::vector<BufferInvalidationMessage> &messages) { in getInvalidations()
DBufferPool.cpp310 std::vector<BufferStatusMessage> messages; in processStatusMessages() local
/hardware/google/pixel/power-libperfmgr/aidl/
DChannelGroup.cpp122 std::vector<ChannelMessage> messages; in runChannelGroup() local
/hardware/interfaces/power/aidl/vts/
DVtsHalPowerTargetTest.cpp494 std::vector<ChannelMessage> messages{ in TEST_P() local
525 std::vector<ChannelMessage> messages; in TEST_P() local
/hardware/google/camera/common/hal/tests/
Dcamera_device_session_tests.cc209 void NotifyBatch(const std::vector<NotifyMessage>& messages) { in NotifyBatch()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1509 const hidl_vec<NotifyMsg>& messages) { in notify()
1520 const hidl_vec<NotifyMsg>& messages, in notifyHelper()