Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 78) sorted by relevance

1234

/device/generic/goldfish/audio/
Dstream_common.cpp58 IStream::getSupportedSampleRates_cb _hidl_cb) const { in getSupportedSampleRates()
66 Result StreamCommon::setSampleRate(uint32_t sampleRateHz) const { in setSampleRate()
76 IStream::getSupportedChannelMasks_cb _hidl_cb) const { in getSupportedChannelMasks()
84 Result StreamCommon::setChannelMask(hidl_bitfield<AudioChannelMask> mask) const { in setChannelMask()
93 void StreamCommon::getSupportedFormats(IStream::getSupportedFormats_cb _hidl_cb) const { in getSupportedFormats()
97 Result StreamCommon::setFormat(AudioFormat format) const { in setFormat()
102 void StreamCommon::getAudioProperties(IStream::getAudioProperties_cb _hidl_cb) const { in getAudioProperties()
106 void StreamCommon::getDevices(IStream::getDevices_cb _hidl_cb) const { in getDevices()
110 Result StreamCommon::setDevices(const hidl_vec<DeviceAddress>& devices) const { in setDevices() argument
Dring_buffer.cpp54 bool RingBuffer::waitForProduceAvailable(Timepoint blockUntil) const { in waitForProduceAvailable()
115 bool RingBuffer::waitForConsumeAvailable(Timepoint blockUntil) const { in waitForConsumeAvailable()
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp75 uint32_t* os_version, uint32_t* os_patchlevel) const { in GetSystemVersion()
81 keymaster_algorithm_t algorithm) const { in GetKeyFactory()
91 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose) const { in GetOperationFactory()
107 size_t* algorithms_count) const { in GetSupportedAlgorithms()
145 KeymasterKeyBlob* upgraded_key) const { in UpgradeKeyBlob()
215 keymaster::UniquePtr<keymaster::Key>* key) const { in ParseKeyBlob()
257 const uint8_t* buffer, size_t size) const { in AddRngEntropy()
270 keymaster::CertChainPtr* cert_chain) const { in GenerateAttestation()
313 KeymasterKeyBlob*) const { in UnwrapKey()
Dtpm_attestation_record.cpp28 AuthorizationSet* attestation) const { in VerifyAndCopyDeviceIds()
36 uint64_t, const keymaster_blob_t&, bool, keymaster::Buffer*) const { in GenerateUniqueId()
44 bool* device_locked) const { in GetVerifiedBootParams()
Dtpm_random_source.cpp26 uint8_t* random, size_t requested_length) const { in GenerateRandom()
64 const uint8_t* buffer, size_t size) const { in AddRngEntropy()
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dmapper.cpp42 int gralloc_register_buffer(gralloc_module_t const* /*module*/, in gralloc_register_buffer()
56 int gralloc_unregister_buffer(gralloc_module_t const* /*module*/, in gralloc_unregister_buffer()
66 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/, in gralloc_lock()
90 gralloc_module_t const* /*module*/, buffer_handle_t handle) { in gralloc_unlock()
107 gralloc_module_t const* /*module*/, buffer_handle_t handle, int /*usage*/, in gralloc_lock_ycbcr()
126 int32_t gralloc_get_transport_size(struct gralloc_module_t const* /*module*/, in gralloc_get_transport_size()
139 int32_t gralloc_validate_buffer_size(struct gralloc_module_t const* /*device*/, in gralloc_validate_buffer_size()
/device/google/cuttlefish/guest/hals/camera/
DVSoCEmulatedCameraHotplugThread.cpp54 String8 EmulatedCameraHotplugThread::getFilePath(int /*cameraId*/) const { in getFilePath()
58 bool EmulatedCameraHotplugThread::createFileIfNotExists( in createFileIfNotExists()
63 int EmulatedCameraHotplugThread::getCameraId(String8 /*filePath*/) const { in getCameraId()
68 int EmulatedCameraHotplugThread::getCameraId(int /*wd*/) const { in getCameraId()
83 int EmulatedCameraHotplugThread::readFile(String8 /*filePath*/) const { in readFile()
DEmulatedCameraHotplugThread.cpp206 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const { in getFilePath()
210 bool EmulatedCameraHotplugThread::createFileIfNotExists(int cameraId) const { in createFileIfNotExists()
233 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const { in getCameraId()
248 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId()
314 int EmulatedCameraHotplugThread::readFile(String8 filePath) const { in readFile()
/device/google/contexthub/util/common/
DJSONObject.cpp392 bool JSONValue::getInt32(int32_t *value) const { in getInt32()
401 bool JSONValue::getFloat(float *value) const { in getFloat()
422 bool JSONValue::getString(AString *value) const { in getString()
431 bool JSONValue::getBoolean(bool *value) const { in getBoolean()
440 bool JSONValue::getObject(sp<JSONObject> *value) const { in getObject()
449 bool JSONValue::getArray(sp<JSONArray> *value) const { in getArray()
559 AString JSONValue::toString(size_t depth, bool indentFirstLine) const { in toString()
647 AString JSONCompound::toString(size_t depth, bool indentFirstLine) const { in toString()
667 bool JSONObject::getValue(const char *key, JSONValue *value) const { in getValue()
682 AString JSONObject::internalToString(size_t depth) const { in internalToString()
[all …]
/device/google/contexthub/util/nanotool/
Dsensorevent.cpp137 uint64_t TimestampedSensorEvent::GetSampleTime(uint8_t index) const { in GetSampleTime()
151 std::string TimestampedSensorEvent::GetSampleTimeStr(uint8_t index) const { in GetSampleTimeStr()
162 uint8_t index) const { in GetSampleAtIndex()
208 std::string SingleAxisSensorEvent::StringForSample(uint8_t index) const { in StringForSample()
225 std::string SingleAxisIntSensorEvent::StringForSample(uint8_t index) const { in StringForSample()
238 std::string TripleAxisSensorEvent::StringForSample(uint8_t index) const { in StringForSample()
264 uint8_t index) const { in StringForSample()
Dapptohostevent.cpp50 bool AppToHostEvent::CheckAppId(SensorType sensor_type) const { in CheckAppId()
94 bool AppToHostEvent::CheckEventHeader(SensorType sensor_type) const { in CheckEventHeader()
106 bool AppToHostEvent::IsCalibrationEventForSensor(SensorType sensor_type) const { in IsCalibrationEventForSensor()
117 bool AppToHostEvent::IsTestEventForSensor(SensorType sensor_type) const { in IsTestEventForSensor()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp282 bool GLClientState::isVertexArrayObject(GLuint vao) const { in isVertexArrayObject()
432 bool GLClientState::bufferIdExists(GLuint id) const { in bufferIdExists()
560 int GLClientState::getMaxIndexedBufferBindings(GLenum target) const { in getMaxIndexedBufferBindings()
780 …lDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) const in pixelDataSize()
811 …dDataSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack) const in pboNeededDataSize()
843 size_t GLClientState::clearBufferNumElts(GLenum buffer) const in clearBufferNumElts()
855 …GLenum type, int* bpp, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const in getPackingOffsets2D()
879 …GLenum type, int* bpp, int* startOffset, int* pixelRowSize, int* totalRowSize, int* skipRows) const in getUnpackingOffsets2D()
903 … int* totalRowSize, int* pixelImageSize, int* totalImageSize, int* skipRows, int* skipImages) const in getUnpackingOffsets3D()
943 …_t GLClientState::numActiveUniformsInUniformBlock(GLuint program, GLuint uniformBlockIndex) const { in numActiveUniformsInUniformBlock()
[all …]
/device/generic/goldfish/gnss/
Ddata_sink.cpp22 void DataSink::gnssLocation(const ahg20::GnssLocation& loc) const { in gnssLocation() argument
29 void DataSink::gnssSvStatus(const hidl_vec<ahg20::IGnssCallback::GnssSvInfo>& svInfoList20) const { in gnssSvStatus() argument
36 void DataSink::gnssStatus(const ahg10::IGnssCallback::GnssStatusValue status) const { in gnssStatus() argument
44 const hidl_string& nmea) const { in gnssNmea() argument
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp211 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const { in getFilePath()
215 int EmulatedCameraHotplugThread::getCameraId(const String8& filePath) const { in getCameraId() argument
227 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId()
300 int EmulatedCameraHotplugThread::readFile(const String8& filePath) const { in readFile() argument
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_unpacker.cc111 bool BootImageUnpacker::ExtractKernelImage(const std::string& path) const { in ExtractKernelImage() argument
116 bool BootImageUnpacker::ExtractRamdiskImage(const std::string& path) const { in ExtractRamdiskImage() argument
121 bool BootImageUnpacker::ExtractVendorRamdiskImage(const std::string& path) const { in ExtractVendorRamdiskImage() argument
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp160 uint8_t* GoldfishMediaTransportImpl::getInputAddr(unsigned int offSet) const { in getInputAddr()
172 uint8_t* GoldfishMediaTransportImpl::getReturnAddr(unsigned int offSet) const { in getReturnAddr()
176 __u64 GoldfishMediaTransportImpl::offsetOf(uint64_t addr) const { in offsetOf()
/device/google/cuttlefish/host/frontend/vnc_server/
Dframe_buffer_watcher.cpp91 const Stripe& stripe) const { in StripeIsDifferentFromPrevious() argument
96 ScreenOrientation orientation, const SeqNumberVec& seq_numbers) const { in StripesNewerThan() argument
115 ScreenOrientation orientation) const { in Stripes()
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp34 bool Client::operator==(const Client& other) const { in operator ==() argument
38 void Client::SendCommandResponse(std::string response) const { in SendCommandResponse()
54 const std::vector<std::string>& responses) const { in SendCommandResponse() argument
Dnvram_config.cpp98 NvramConfig::InstanceSpecific NvramConfig::ForInstance(int num) const { in ForInstance()
124 bool NvramConfig::SaveToFile(const std::string& file) const { in SaveToFile() argument
/device/generic/opengl-transport/host/commands/emugen/
DEntryPoint.cpp128 void EntryPoint::print(FILE *fp, bool newline, in print()
162 const Var * EntryPoint::var(const std::string & name) const in var() argument
189 int EntryPoint::validateVarAttr(const std::string& varname, size_t lc) const { in validateVarAttr()
/device/generic/goldfish/wifi/wifi_hal/
Dnetlinkmessage.cpp52 bool NetlinkMessage::getAttribute(int attributeId, void* data, size_t size) const { in getAttribute()
77 uint16_t* size) const { in findAttribute()
/device/generic/goldfish/dhcp/common/
Dmessage.cpp156 uint32_t expectedXid) const { in isValidDhcpMessage()
167 bool Message::isValidDhcpMessage(uint8_t expectedOp) const { in isValidDhcpMessage()
286 uint8_t* length) const { in getOption()
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp77 bool AshmemDirectChannel::memoryMatches(const struct sensors_direct_mem_t * /*mem*/) const { in memoryMatches()
329 bool GrallocDirectChannel::memoryMatches(const struct sensors_direct_mem_t *mem) const { in memoryMatches() argument
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp102 bool FetcherConfig::SaveToFile(const std::string& file) const { in SaveToFile() argument
200 std::string FetcherConfig::FindCvdFileWithSuffix(const std::string& suffix) const { in FindCvdFileWithSuffix() argument
/device/generic/goldfish/network/wifi_forwarder/
Dwifi_forwarder.cpp67 void WifiForwarder::getPollData(std::vector<pollfd>* fds) const { in getPollData()
120 const char* WifiForwarder::radioTypeToStr(RadioType type) const { in radioTypeToStr()

1234