Searched defs:type (Results 76 - 100 of 371) sorted by relevance

1234567891011>>

/device/google/contexthub/firmware/os/inc/
H A DhalIntf.h93 uint16_t type; // use EVENT_TYPE_BIT_DISCARDABLE to mark discardable update member in struct:AppToSensorHalDataPayload
111 uint32_t eventType; // placeholder for HostIntfDataBuffer event type field
/device/google/dragon/audio/hal/dsp/
H A Dbiquad.c330 void biquad_set(struct biquad *bq, enum biquad_type type, double freq, double Q, argument
340 switch (type) {
H A Dcrossover.c9 static void lr4_set(struct lr4 *lr4, enum biquad_type type, float freq) argument
12 biquad_set(&q, type, freq, 0, 0);
H A Deq.c25 int eq_append_biquad(struct eq *eq, enum biquad_type type, float freq, float Q, argument
30 biquad_set(&eq->biquad[eq->n++], type, freq, Q, gain);
H A Deq2.c34 enum biquad_type type, float freq, float Q, float gain)
38 biquad_set(&eq2->biquad[eq2->n[channel]++][channel], type, freq, Q,
33 eq2_append_biquad(struct eq2 *eq2, int channel, enum biquad_type type, float freq, float Q, float gain) argument
/device/google/dragon/recovery/updater/
H A Dfwtool.cpp105 char *type = fdt_read_string("firmware-type"); local
110 printf("FW Type: %s\n", type);
116 free(type);
/device/google/dragon/sensor_hub/
H A Dcros_ec_sensors.h95 enum cros_ec_sensor_device type; member in struct:cros_ec_sensor_info
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraMuxer.h50 // Specifies type of camera
51 cam_sync_type_t type; member in struct:qcamera::__anon473
87 // Signifies type of each camera
88 cam_sync_type_t type[MAX_NUM_CAMERA_PER_BUNDLE]; member in struct:qcamera::__anon474
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3StreamMem.cpp97 * RETURN : int32_t type of status
157 * RETURN : int32_t type of status
179 * RETURN : int32_t type of status
203 * RETURN : int32_t type of status
269 * @type : cam_stream_type_t
271 * RETURN : int32_t type of status
276 cam_stream_type_t type)
279 return mGrallocMem.registerBuffer(buffer, type);
291 * RETURN : int32_t type of status
360 * RETURN : int32_t type o
275 registerBuffer(buffer_handle_t *buffer, cam_stream_type_t type) argument
[all...]
/device/google/marlin/dataservices/datatop/src/
H A Ddatatop_interface.h74 * @brief Provides the type for dp value.
94 * @var dtop_data_point::type
108 char type; member in struct:dtop_data_point
/device/google/marlin/thermal/
H A Dthermal.c65 * @param type Device temperature type.
75 static ssize_t read_temperature(int sensor_num, int type, const char *name, float mult, argument
97 .type = type,
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp96 * RETURN : int32_t type of status
215 * RETURN : int32_t type of status
293 * RETURN : int32_t type of status
411 * RETURN : int32_t type of status
516 * RETURN : int32_t type of status
575 * RETURN : int32_t type of status
647 * RETURN : int32_t type of status
673 TODO for HEAP memory type, would there be an equivalent requirement?
732 * @type : cam_stream_type_t
734 * RETURN : int32_t type o
738 registerBuffer(buffer_handle_t *buffer, cam_stream_type_t type) argument
[all...]
/device/huawei/angler/liblight/
H A Dlights.c202 struct light_state_t const* state, enum led_type type)
216 if (type == LED_BATTERY && is_lit(&g_notification)) {
223 if (type == LED_NOTIFICATION && !is_lit(&g_notification)) {
252 "offMS=%d, type %s%c\n",
254 type == LED_BATTERY ? "BATTERY" : "NOTIFICATION",
201 set_speaker_light_locked(struct light_device_t* dev, struct light_state_t const* state, enum led_type type) argument
/device/huawei/angler/thermal/
H A Dthermal.c64 * @param type Device temperature type.
74 static ssize_t read_temperature(int sensor_num, int type, const char *name, float mult, argument
96 .type = type,
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp96 * RETURN : int32_t type of status
215 * RETURN : int32_t type of status
293 * RETURN : int32_t type of status
411 * RETURN : int32_t type of status
516 * RETURN : int32_t type of status
575 * RETURN : int32_t type of status
647 * RETURN : int32_t type of status
673 TODO for HEAP memory type, would there be an equivalent requirement?
732 * @type : cam_stream_type_t
734 * RETURN : int32_t type o
738 registerBuffer(buffer_handle_t *buffer, cam_stream_type_t type) argument
[all...]
/device/lge/bullhead/thermal/
H A Dthermal.c65 * @param type Device temperature type.
74 static ssize_t read_temperature(const char *file_name, const char *temperature_format, int type, argument
94 .type = type,
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/
H A Dgic_v2.c296 * the platform) which interrupt line (IRQ/FIQ) to use for an interrupt type to
300 uint32_t gicv2_interrupt_type_to_line(uint32_t cpuif_base, uint32_t type) argument
305 if (type == INTR_TYPE_NS)
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
H A Dhisi_mcu.c62 char type; member in struct:mcu_image_sec
132 if ((sec->type >= MCU_IMAGE_SEC_TYPE_BUTT) ||
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dsocket.py34 SocketType -- type object for socket objects
189 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
191 _sock = _realsocket(family, type, proto)
224 type = property(lambda self: self._sock.type, doc="the socket type") variable in class:_socketobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_functoolsmodule.c104 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
111 "type 'partial' takes at least one argument");
123 pto = (partialobject *)type->tp_alloc(type, 0);
H A D_randommodule.c495 random_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
500 if (type == &Random_Type && !_PyArg_NoKeywords("Random()", kwds))
503 self = (RandomObject *)type->tp_alloc(type, 0);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Denumobject.c14 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
25 en = (enumobject *)type->tp_alloc(type, 0);
223 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
230 if (type == &PyReversed_Type && !_PyArg_NoKeywords("reversed()", kwds))
267 ro = (reversedobject *)type->tp_alloc(type, 0);
H A Dsliceobject.c13 this type and there is exactly one in existence.
192 slice_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
319 PyErr_SetString(PyExc_TypeError, "unhashable type");
325 "slice", /* Name of this type */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsocket.py34 SocketType -- type object for socket objects
185 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
187 _sock = _realsocket(family, type, proto)
220 type = property(lambda self: self._sock.type, doc="the socket type") variable in class:_socketobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_functoolsmodule.c104 partial_new(PyTypeObject *type, PyObject *args, PyObject *kw) argument
111 "type 'partial' takes at least one argument");
123 pto = (partialobject *)type->tp_alloc(type, 0);

Completed in 2916 milliseconds

1234567891011>>