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

  /system/libvintf/include/vintf/
HalInterface.h 27 struct HalInterface {
32 bool operator==(const HalInterface&, const HalInterface&);
  /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
339 sp<HalInterface> mInterface;
632 sp<HalInterface> interface);
785 sp<HalInterface> mInterface
    [all...]
Camera3Device.cpp 167 mInterface = new HalInterface(session, queue);
307 HalInterface* interface;
    [all...]

Completed in 326 milliseconds