Searched refs:mHal (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/default/ |
D | ComposerClient.cpp | 139 : 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 …]
|
D | ComposerClient.h | 194 ComposerBase& mHal; variable 203 ComposerBase& mHal; variable
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | VehicleEmulator.h | 75 : mHal { hal }, 78 mHal->registerEmulator(this); 103 EmulatedVehicleHalIface* mHal; variable
|
D | VehicleEmulator.cpp | 65 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/ |
D | VehicleHalManager.cpp | 94 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/ |
D | VehicleHalManager.h | 52 : mHal(vehicleHal), in VehicleHalManager() 106 VehicleHal* mHal;
|