Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 197) sorted by relevance

12345678

/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXmd.h149 # define cvtINT8toInt(val) (((val) & 0x00000080) ? ((val) | 0xffffffffffffff00) : (val)) argument
150 # define cvtINT16toInt(val) (((val) & 0x00008000) ? ((val) | 0xffffffffffff0000) : (val)) argument
151 # define cvtINT32toInt(val) (((val) & 0x80000000) ? ((val) | 0xffffffff00000000) : (val)) argument
152 # define cvtINT8toShort(val) cvtINT8toInt(val) argument
153 # define cvtINT16toShort(val) cvtINT16toInt(val) argument
154 # define cvtINT32toShort(val) cvtINT32toInt(val) argument
155 # define cvtINT8toLong(val) cvtINT8toInt(val) argument
156 # define cvtINT16toLong(val) cvtINT16toInt(val) argument
157 # define cvtINT32toLong(val) cvtINT32toInt(val) argument
159 # define cvtINT8toInt(val) (val) argument
[all …]
/device/google/contexthub/util/common/
DJSONObject.h167 JSONValue val; in setInt32() local
173 JSONValue val; in setFloat() local
179 JSONValue val; in setString() local
185 JSONValue val; in setBoolean() local
191 JSONValue val; in setObject() local
197 JSONValue val; in setArray() local
222 JSONValue val; in addInt32() local
228 JSONValue val; in addFloat() local
234 JSONValue val; in addString() local
240 JSONValue val; in addBoolean() local
[all …]
/device/google/contexthub/contexthubhal/
Dmessage_buf.h69 void writeU8(uint8_t val) { in writeU8()
78 uint16_t val; in readU16() local
83 void writeU16(uint16_t val) { in writeU16()
95 uint32_t val; in readU32() local
100 void writeU32(uint32_t val) { in writeU32()
112 uint64_t val; in readU64() local
117 void writeU64(uint64_t val) { in writeU64()
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DcpuMath.h8 static inline uint32_t cpuMathUint44Div1000ToUint32(uint64_t val) in cpuMathUint44Div1000ToUint32()
42 #define U64_RECIPROCAL_CALCULATE(val) ((val) & ((val) - 1)) ? (0xffffffffffffffffull / (val)) : ((… argument
47 #define U64_DIV_BY_U64_CONSTANT(val, constantVal) cpuMathRecipAssistedUdiv64by64((val), (constantV… argument
48 #define I64_DIV_BY_I64_CONSTANT(val, constantVal) \ argument
/device/generic/vulkan-cereal/fake-android-guest/utils/
DList.h52 explicit _Node(const T& val) : mVal(val) {} in _Node()
58 inline void setVal(const T& val) { mVal = val; } in setVal()
209 void push_front(const T& val) { insert(begin(), val); } in push_front()
210 void push_back(const T& val) { insert(end(), val); } in push_back()
213 iterator insert(iterator posn, const T& val) in insert()
/device/generic/car/emulator/vhal_v2_0/
DVehicleEmulator.cpp68 vhal_proto::VehiclePropValue* val = msg.add_value(); in doSetValueFromClient() local
130 auto val = mHal->get(request, &halStatus); in doGetProperty() local
157 VehiclePropValue val = { in doSetProperty() local
240 const VehiclePropValue* val) { in populateProtoVehiclePropValue()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglPbufferSurface.cpp18 bool EglPbufferSurface::setAttrib(EGLint attrib,EGLint val) { in setAttrib()
48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib()
/device/google/contexthub/firmware/os/inc/
Datomic.h54 static inline void atomicWriteByte(volatile uint8_t *byte, uint32_t val) in atomicWriteByte()
60 static inline void atomicWrite32bits(volatile uint32_t *word, uint32_t val) in atomicWrite32bits()
/device/google/sunfish/json-c/
Djson_object.h71 struct json_object *val; member
346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
/device/google/redbull/json-c/
Djson_object.h71 struct json_object *val; member
346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
/device/google/coral/json-c/
Djson_object.h71 struct json_object *val; member
346 # define json_object_object_foreach(obj,key,val) \ argument
359 # define json_object_object_foreach(obj,key,val) \ argument
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Drootcanal.js33 function rootCanalAddU8(array, pos, val) { argument
45 function rootCanalAddString(array, pos, val) { argument
/device/google/contexthub/firmware/os/cpu/cortexm4/
DcpuMath.c3 uint32_t cpuMathUint44Div1000ToUint32_slow_path(uint64_t val) in cpuMathUint44Div1000ToUint32_slow_path()
17 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy_ /* 16 bits max*/) in cpuMathU64DivByU16()
/device/google/contexthub/firmware/os/cpu/x86/
Datomic.c19 uint32_t atomicAdd32bits(volatile uint32_t *val, uint32_t addend) in atomicAdd32bits()
30 uint32_t atomicAddByte(volatile uint8_t *val, uint32_t addend) in atomicAddByte()
/device/generic/vulkan-cereal/stream-servers/
DRenderThreadInfoGl.cpp73 saveCollection(stream, m_contextSet, [](Stream* stream, HandleType val) { in onSave()
76 saveCollection(stream, m_windowSet, [](Stream* stream, HandleType val) { in onSave()
/device/generic/car/emulator/vhal_aidl/VehicleEmulator/
DVehicleEmulator.cpp76 vhal_proto::VehiclePropValue* val = msg.add_value(); in doSetValueFromClient() local
188 VehiclePropValue val = { in doSetProperty() local
318 void VehicleEmulator::populateProtoVehiclePropValue(const VehiclePropValue& val, in populateProtoVehiclePropValue()
/device/generic/opengl-transport/host/libs/virglrenderer/
DChecksumCalculator.cpp83 uint32_t val = computeV1Checksum(); in writeChecksum() local
114 const uint32_t val = computeV1Checksum(); in validate() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DChecksumCalculator.cpp99 uint32_t val = computeV1Checksum(); in writeChecksum() local
129 const uint32_t val = computeV1Checksum(); in validate() local
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DSamplerData.cpp28 GLuint val = stream->getBe32(); in SamplerData() local
34 GLfloat val = stream->getFloat(); in SamplerData() local
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_buffer_priv.h131 static inline int gralloc_buffer_attr_write(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_write()
167 static inline int gralloc_buffer_attr_read(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_read()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/
DChecksumCalculator.cpp85 uint32_t val = computeV1Checksum(); in writeChecksum() local
116 const uint32_t val = computeV1Checksum(); in validate() local
/device/linaro/hikey/gralloc960/
Dgralloc_buffer_priv.h132 static inline int gralloc_buffer_attr_write(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_write()
173 static inline int gralloc_buffer_attr_read(struct private_handle_t *hnd, buf_attr attr, int *val) in gralloc_buffer_attr_read()
/device/generic/goldfish/camera/
DCameraDevice.cpp345 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_CHARACTERISTICS_KEYS]; in getCameraCharacteristics() local
355 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_REQUEST_KEYS]; in getCameraCharacteristics() local
367 CameraMetadataValue& val = m[ANDROID_REQUEST_AVAILABLE_RESULT_KEYS]; in getCameraCharacteristics() local
/device/google/trout/hal/sensors/2.0/
Diio_utils.cpp106 static int sysfs_write_uint(const std::string& file, const unsigned int val) { in sysfs_write_uint()
110 static int sysfs_write_double(const std::string& file, const double val) { in sysfs_write_double()
125 static int sysfs_read_uint8(const std::string& file, uint8_t* val) { in sysfs_read_uint8()
129 static int sysfs_read_float(const std::string& file, float* val) { in sysfs_read_float()
/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp107 void GrpcServerTest::WriteToPowerStateSocket(const std::string& val) { in WriteToPowerStateSocket()
127 std::string val; in ReadFromPowerStateMarkerFile() local

12345678