Home
last modified time | relevance | path

Searched refs:mHal (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/default/
DComposerClient.cpp139 : mHal(hal), mWriter(kWriterInitialSize) in ComposerClient()
160 mHal.enableCallback(false); in ~ComposerClient()
168 mHal.destroyLayer(dpy.first, ly.first); in ~ComposerClient()
172 mHal.destroyVirtualDisplay(dpy.first); in ~ComposerClient()
181 mHal.validateDisplay(dpy.first, &changedLayers, &compositionTypes, in ~ComposerClient()
184 mHal.acceptDisplayChanges(dpy.first); in ~ComposerClient()
189 mHal.presentDisplay(dpy.first, &presentFence, &releasedLayers, &releaseFences); in ~ComposerClient()
205 mHal.removeClient(); in ~ComposerClient()
255 mHal.enableCallback(callback != nullptr); in registerCallback()
262 return mHal.getMaxVirtualDisplayCount(); in getMaxVirtualDisplayCount()
[all …]
DComposerClient.h193 ComposerBase& mHal; variable
202 ComposerBase& mHal; variable
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.h75 : mHal { hal },
78 mHal->registerEmulator(this);
103 EmulatedVehicleHalIface* mHal; variable
DVehicleEmulator.cpp65 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfig()
84 std::vector<VehiclePropConfig> configs = mHal->listProperties(); in doGetConfigAll()
111 auto val = mHal->get(request, &halStatus); in doGetProperty()
128 for (const auto& prop : mHal->getAllProperties()) { in doGetPropertyAll()
171 bool halRes = mHal->setPropertyFromVehicle(val); in doSetProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp94 auto value = mHal->get(requestedPropValue, &status); in get()
115 auto status = mHal->set(value); in set()
167 mHal->subscribe(opt.propId, opt.vehicleAreas, opt.sampleRate); in subscribe()
195 mHal->init(&mValueObjectPool, in init()
201 auto supportedPropConfigs = mHal->listProperties(); in init()
343 mHal->unsubscribe(propertyId); in onAllClientsUnsubscribed()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHalManager.h52 : mHal(vehicleHal), in VehicleHalManager()
106 VehicleHal* mHal;