Lines Matching refs:HalInterface

170     mInterface = new HalInterface(session, queue);  in initialize()
326 HalInterface* interface; in disconnect()
3400 Camera3Device::HalInterface::HalInterface( in HalInterface() function in android::Camera3Device::HalInterface
3417 Camera3Device::HalInterface::HalInterface() {} in HalInterface() function in android::Camera3Device::HalInterface
3419 Camera3Device::HalInterface::HalInterface(const HalInterface& other) : in HalInterface() function in android::Camera3Device::HalInterface
3423 bool Camera3Device::HalInterface::valid() { in valid()
3427 void Camera3Device::HalInterface::clear() { in clear()
3433 bool Camera3Device::HalInterface::supportBatchRequest() { in supportBatchRequest()
3437 status_t Camera3Device::HalInterface::constructDefaultRequestSettings( in constructDefaultRequestSettings()
3504 status_t Camera3Device::HalInterface::configureStreams(const camera_metadata_t *sessionParams, in configureStreams()
3714 void Camera3Device::HalInterface::wrapAsHidlRequest(camera3_capture_request_t* request, in wrapAsHidlRequest()
3784 status_t Camera3Device::HalInterface::processBatchCaptureRequests( in processBatchCaptureRequests()
3921 status_t Camera3Device::HalInterface::processCaptureRequest( in processCaptureRequest()
3935 status_t Camera3Device::HalInterface::flush() { in flush()
3951 status_t Camera3Device::HalInterface::dump(int /*fd*/) { in dump()
3960 status_t Camera3Device::HalInterface::close() { in close()
3974 void Camera3Device::HalInterface::getInflightBufferKeys( in getInflightBufferKeys()
3988 status_t Camera3Device::HalInterface::pushInflightBufferLocked( in pushInflightBufferLocked()
3996 status_t Camera3Device::HalInterface::popInflightBuffer( in popInflightBuffer()
4014 std::pair<bool, uint64_t> Camera3Device::HalInterface::getBufferId( in getBufferId()
4030 void Camera3Device::HalInterface::onBufferFreed( in onBufferFreed()
4062 sp<HalInterface> interface, const Vector<int32_t>& sessionParamKeys) : in RequestThread()