Home
last modified time | relevance | path

Searched refs:msgs (Results 1 – 25 of 29) sorted by relevance

12

/hardware/interfaces/automotive/can/1.0/tools/libprotocan/tests/
Dlibprotocan_signal_test.cpp33 std::vector<can::V1_0::CanMessage> msgs = {{}, {}, {}}; in TEST() local
34 msgs[0].payload = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; in TEST()
35 msgs[1].payload = {0xAB, 0xAB, 0xAB, 0xAB, 0xAB, 0xAB, 0xAB, 0xAB, 0xAB, 0xAB}; in TEST()
36 msgs[2].payload = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in TEST()
37 for (unsigned i = 0; i < msgs[0].payload.size(); i++) { in TEST()
40 for (auto&& msgOriginal : msgs) { in TEST()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraDeviceSession.cpp85 std::vector<NotifyMsg> msgs; in switchToOffline() local
90 Status st = switchToOffline(streamsToKeep, &msgs, &results, &info, &session); in switchToOffline()
92 mCallback->notify(msgs); in switchToOffline()
180 /*out*/std::vector<NotifyMsg>* msgs, in switchToOffline() argument
190 if (msgs == nullptr || results == nullptr || info == nullptr || session == nullptr) { in switchToOffline()
192 msgs, results, info, session); in switchToOffline()
196 msgs->clear(); in switchToOffline()
223 processCaptureRequestError(halReq, msgs, results); in switchToOffline()
232 msgs->push_back(shutter); in switchToOffline()
249 msgs->push_back(error); in switchToOffline()
/hardware/interfaces/camera/provider/aidl/vts/
Dsimple_device_cb.cpp19 ScopedAStatus SimpleDeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify() argument
21 mParent->mNotifyMessages = msgs; in notify()
Ddevice_cb.cpp37 ScopedAStatus DeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify() argument
40 size_t count = msgs.size(); in notify()
44 const NotifyMsg& msg = msgs[i]; in notify()
56 return notifyHelper(msgs, readoutTimestamps); in notify()
450 const std::vector<NotifyMsg>& msgs, in notifyHelper() argument
454 for (size_t i = 0; i < msgs.size(); i++) { in notifyHelper()
455 const NotifyMsg& msg = msgs[i]; in notifyHelper()
456 NotifyMsg::Tag msgTag = msgs[i].getTag(); in notifyHelper()
Ddevice_cb.h47 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
62 ScopedAStatus notifyHelper(const std::vector<NotifyMsg>& msgs,
Dsimple_device_cb.h30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
Dempty_device_cb.h30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/
DMessageInjector.cpp43 void MessageInjector::inject(const std::initializer_list<can::V1_0::CanMessage> msgs) { in inject() argument
45 for (const auto& msg : msgs) { in inject()
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DICameraDeviceCallback.aidl37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify() argument
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DICameraDeviceCallback.aidl37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify() argument
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DICameraDeviceCallback.aidl37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify() argument
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DICameraDeviceCallback.aidl37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify() argument
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DICameraDeviceCallback.aidl69 void notify(in NotifyMsg[] msgs); in notify() argument
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Dmesa-overlay-control.py165 msgs = msgparser.readCmd(3)
167 for m in msgs:
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/
DMessageInjector.h44 void inject(const std::initializer_list<can::V1_0::CanMessage> msgs);
/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.h65 /*out*/ std::vector<NotifyMsg>* msgs,
DExternalCameraDeviceSession.h109 std::vector<NotifyMsg>* msgs,
290 /*out*/ std::vector<NotifyMsg>* msgs,
DExternalCameraDeviceSession.cpp698 std::vector<NotifyMsg> msgs; in switchToOffline() local
702 Status st = switchToOffline(in_streamsToKeep, &msgs, &results, &info, &session); in switchToOffline()
704 mCallback->notify(msgs); in switchToOffline()
715 const std::vector<int32_t>& offlineStreams, std::vector<NotifyMsg>* msgs, in switchToOffline() argument
724 if (msgs == nullptr || results == nullptr || info == nullptr || session == nullptr) { in switchToOffline()
725 ALOGE("%s, output arguments (%p, %p, %p, %p) must not be null", __FUNCTION__, msgs, results, in switchToOffline()
753 processCaptureRequestError(halReq, msgs, results); in switchToOffline()
763 msgs->push_back(shutter); in switchToOffline()
782 msgs->push_back(error); in switchToOffline()
DExternalCameraUtils.h275 /*out*/ std::vector<NotifyMsg>* msgs,
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
DExternalCameraDeviceSession.h92 /*out*/std::vector<NotifyMsg>* msgs,
DExternalCameraOfflineSession.h124 /*out*/std::vector<NotifyMsg>* msgs = nullptr,
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h271 /*out*/std::vector<V3_2::NotifyMsg>* msgs = nullptr,
DExternalCameraDeviceSession.h242 /*out*/std::vector<NotifyMsg>* msgs = nullptr,
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigReaderV1_0.h391 auto msgs = *hardwareConfig.getFirstDiseqcMessages(); in readDiseqcMessages() local
392 for (auto msgConfig : msgs.getDiseqcMessage()) { in readDiseqcMessages()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp895 const hidl_vec<VideoFrameMessage>& msgs) { in releaseRecordingFrameHandleBatch() argument
898 for (auto& msg : msgs) { in releaseRecordingFrameHandleBatch()

12