/device/generic/goldfish/audio/ |
D | stream_common.cpp | 58 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
|
D | ring_buffer.cpp | 54 bool RingBuffer::waitForProduceAvailable(Timepoint blockUntil) const { in waitForProduceAvailable() 115 bool RingBuffer::waitForConsumeAvailable(Timepoint blockUntil) const { in waitForConsumeAvailable()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_keymaster_context.cpp | 75 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()
|
D | tpm_attestation_record.cpp | 28 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()
|
D | tpm_random_source.cpp | 26 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/ |
D | mapper.cpp | 42 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/ |
D | VSoCEmulatedCameraHotplugThread.cpp | 54 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()
|
D | EmulatedCameraHotplugThread.cpp | 206 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/ |
D | JSONObject.cpp | 392 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/ |
D | sensorevent.cpp | 137 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()
|
D | apptohostevent.cpp | 50 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/ |
D | GLClientState.cpp | 282 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/ |
D | data_sink.cpp | 22 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/ |
D | EmulatedCameraHotplugThread.cpp | 211 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/ |
D | boot_image_unpacker.cc | 111 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/ |
D | goldfish_media_utils.cpp | 160 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/ |
D | frame_buffer_watcher.cpp | 91 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/ |
D | channel_monitor.cpp | 34 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
|
D | nvram_config.cpp | 98 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/ |
D | EntryPoint.cpp | 128 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/ |
D | netlinkmessage.cpp | 52 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/ |
D | message.cpp | 156 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/ |
D | directchannel.cpp | 77 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/ |
D | fetcher_config.cpp | 102 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/ |
D | wifi_forwarder.cpp | 67 void WifiForwarder::getPollData(std::vector<pollfd>* fds) const { in getPollData() 120 const char* WifiForwarder::radioTypeToStr(RadioType type) const { in radioTypeToStr()
|