/hardware/interfaces/automotive/can/1.0/tools/libprotocan/tests/ |
D | libprotocan_signal_test.cpp | 33 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/ |
D | ExternalCameraDeviceSession.cpp | 85 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/ |
D | simple_device_cb.cpp | 19 ScopedAStatus SimpleDeviceCb::notify(const std::vector<NotifyMsg>& msgs) { in notify() argument 21 mParent->mNotifyMessages = msgs; in notify()
|
D | device_cb.cpp | 37 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()
|
D | device_cb.h | 47 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override; 62 ScopedAStatus notifyHelper(const std::vector<NotifyMsg>& msgs,
|
D | simple_device_cb.h | 30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
|
D | empty_device_cb.h | 30 ScopedAStatus notify(const std::vector<NotifyMsg>& msgs) override;
|
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/ |
D | MessageInjector.cpp | 43 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/ |
D | ICameraDeviceCallback.aidl | 37 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/ |
D | ICameraDeviceCallback.aidl | 37 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/ |
D | ICameraDeviceCallback.aidl | 37 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/ |
D | ICameraDeviceCallback.aidl | 37 void notify(in android.hardware.camera.device.NotifyMsg[] msgs); in notify() argument
|
/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/ |
D | ICameraDeviceCallback.aidl | 69 void notify(in NotifyMsg[] msgs); in notify() argument
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | mesa-overlay-control.py | 165 msgs = msgparser.readCmd(3) 167 for m in msgs:
|
/hardware/interfaces/automotive/can/1.0/tools/libprotocan/include/libprotocan/ |
D | MessageInjector.h | 44 void inject(const std::initializer_list<can::V1_0::CanMessage> msgs);
|
/hardware/interfaces/camera/device/default/ |
D | ExternalCameraOfflineSession.h | 65 /*out*/ std::vector<NotifyMsg>* msgs,
|
D | ExternalCameraDeviceSession.h | 109 std::vector<NotifyMsg>* msgs, 290 /*out*/ std::vector<NotifyMsg>* msgs,
|
D | ExternalCameraDeviceSession.cpp | 698 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()
|
D | ExternalCameraUtils.h | 275 /*out*/ std::vector<NotifyMsg>* msgs,
|
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
D | ExternalCameraDeviceSession.h | 92 /*out*/std::vector<NotifyMsg>* msgs,
|
D | ExternalCameraOfflineSession.h | 124 /*out*/std::vector<NotifyMsg>* msgs = nullptr,
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraUtils.h | 271 /*out*/std::vector<V3_2::NotifyMsg>* msgs = nullptr,
|
D | ExternalCameraDeviceSession.h | 242 /*out*/std::vector<NotifyMsg>* msgs = nullptr,
|
/hardware/interfaces/tv/tuner/config/ |
D | TunerTestingConfigReaderV1_0.h | 391 auto msgs = *hardwareConfig.getFirstDiseqcMessages(); in readDiseqcMessages() local 392 for (auto msgConfig : msgs.getDiseqcMessage()) { in readDiseqcMessages()
|
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice.cpp | 895 const hidl_vec<VideoFrameMessage>& msgs) { in releaseRecordingFrameHandleBatch() argument 898 for (auto& msg : msgs) { in releaseRecordingFrameHandleBatch()
|