HomeSort by relevance Sort by last modified time
    Searched refs:HalInterface (Results 1 - 9 of 9) sorted by null

  /system/libvintf/include/vintf/
HalInterface.h 27 struct HalInterface {
32 bool operator==(const HalInterface&, const HalInterface&);
MatrixHal.h 25 #include "HalInterface.h"
40 std::map<std::string, HalInterface> interfaces;
ManifestHal.h 26 #include "HalInterface.h"
42 std::map<std::string, HalInterface> interfaces;
  /system/libvintf/
HalInterface.cpp 20 #include "HalInterface.h"
25 bool operator==(const HalInterface& lft, const HalInterface& rgt) {
parse_xml.cpp 445 struct HalInterfaceConverter : public XmlNodeConverter<HalInterface> {
447 void mutateNode(const HalInterface &intf, NodeType *root, DocType *d) const override {
451 bool buildObject(HalInterface *intf, NodeType *root) const override {
479 std::vector<HalInterface> interfaces;
530 std::vector<HalInterface> interfaces;
  /system/libhidl/transport/token/1.0/utils/include/hidl/
HybridInterface.h 43 * - `HALINTERFACE`: The hidl interface that will be sent through binders.
45 * `HALINTERFACE`. `INTERFACE` is supposed to be somewhat similar to
46 * `HALINTERFACE`.
49 * `IFoo` and `HALINTERFACE` is `HFoo`. The required steps are:
58 * H2BFoo(const sp<HalInterface>& base) : CBase(base) {}
59 * Note: `CBase = H2BConverter<HFoo, IFoo, BnFoo>` and `HalInterface = HFoo`
118 typedef HINTERFACE HalInterface;
121 H2BConverter(const sp<HalInterface>& base) : mBase(base) {}
124 virtual sp<HalInterface> getHalInterface() { return mBase; }
125 HalInterface* getBaseInterface() { return mBase.get();
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 234 class HalInterface : public camera3::Camera3StreamBufferFreedListener {
236 HalInterface(sp<hardware::camera::device::V3_2::ICameraDeviceSession> &session,
238 HalInterface(const HalInterface &other);
239 HalInterface();
244 // Reset this HalInterface object (does not call close())
247 // Check if HalInterface support sending requests in batch
336 std::unique_ptr<HalInterface> mInterface;
627 HalInterface* interface);
777 HalInterface* mInterface
    [all...]
Camera3Device.cpp 156 mInterface = std::make_unique<HalInterface>(session, queue);
289 HalInterface* interface;
    [all...]
  /system/libvintf/test/
main.cpp 88 std::map<std::string, HalInterface> testHalInterfaces() {
89 HalInterface intf;
92 std::map<std::string, HalInterface> map;
370 static bool insert(std::map<std::string, HalInterface>* map, HalInterface&& intf) {
    [all...]

Completed in 1874 milliseconds