/hardware/ril/libril/ |
D | rilSocketQueue.h | 109 temp = this->front; in dequeue() 110 if(NULL != this->front->p_next) { in dequeue() 111 this->front = this->front->p_next; in dequeue() 113 this->front = NULL; in dequeue() 125 if(NULL == this->front) { in enqueue() 126 this->front = request; in enqueue() 129 request->p_next = this->front; in enqueue() 130 this->front = request; in enqueue() 143 for(T **ppCur = &(this->front); *ppCur != NULL; ppCur = &((*ppCur)->p_next)) { in checkAndDequeue() 162 if(this->front == NULL) { in empty()
|
/hardware/interfaces/sensors/2.1/ |
D | types.hal | 5 * you may not use this file except in compliance with the License. 30 * A sensor of this type measures the angle, in degrees, between two 31 * integral parts of the device. Movement of a hinge measured by this sensor 58 * handle that identifies this sensors. This handle is used to reference 59 * this sensor throughout the HAL API. 64 * Name of this sensor. 73 * version of the hardware part + driver. The value of this field 75 * output of this sensor. This is important for fused sensors when the 80 /** this sensor's type. */ 84 * type of this sensor as a string. [all …]
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | README | 4 this will run enable and disable sequence sequentially. 5 In the enable sequence, this will enable all the engines, output, and all dmp 7 In the disable sequence, this will disable all but accel engine; all outputs 11 this set the enable sequence to 10 seconds and disable sequence for 1 seconds. 14 this includes the compass in the enable sequence when you have 9150 or other 18 this set the enable and disable sequences to last a random time. It is good 22 this enables motion interrupt during the disable sequence. 23 When this is enabled, the driver enters low power accel mode and disables all
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | TriState.h | 52 return *this; 58 return *this; 65 return *this; 69 TriState<T> tmp(*this); 78 return *this; 82 TriState<T> tmp(*this); 89 TriState<T> tmp(*this); \ 108 return *this; \ 114 return *this; \ 131 return *this; \ [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleConnector.h | 63 return this->onGetAllPropertyConfig(); in getAllPropertyConfig() 67 return this->onSetProperty(value, updateStatus); in setProperty() 71 return this->onPropertyValue(value, updateStatus); in onPropertyValueFromCar() 75 return this->onDump(handle, options); in dump()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_hidl_call_util.h | 39 std::function<void(ArgT)> saveArgs = [this](ArgT arg) { 40 this->saved_values = arg; 58 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, 60 this->saved_values = {arg1, arg2}; 75 std::function<void(ArgT...)> saveArgs = [this](ArgT... arg) { 76 this->saved_values = {arg...};
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
D | supplicant_hidl_call_util.h | 42 std::function<void(ArgT)> saveArgs = [this](ArgT arg) { 43 this->saved_values = arg; 61 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, 63 this->saved_values = {arg1, arg2}; 78 std::function<void(ArgT...)> saveArgs = [this](ArgT... arg) { 79 this->saved_values = {arg...};
|
/hardware/interfaces/wifi/offload/1.0/vts/functional/ |
D | hidl_call_util.h | 38 std::function<void(ArgT)> saveArgs = [this](ArgT arg) { 39 this->saved_values = arg; 57 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, 59 this->saved_values = {arg1, arg2}; 74 std::function<void(ArgT...)> saveArgs = [this](ArgT... arg) { 75 this->saved_values = {arg...};
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 5 * you may not use this file except in compliance with the License. 56 * is not a virtual display, this request has no effect. 65 * this layer would be. The client may ignore this request if the 97 * doze functionality. In this case, the device is free to take over 137 * The client must composite this layer into the client target buffer 141 * of this type. 146 * The device must handle the composition of this layer through a 149 * Upon validateDisplay, the device may request a change from this 155 * The device must render this layer using the color set through 156 * setLayerColor. If this functionality is not supported on a layer [all …]
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
D | hostapd_hidl_call_util.h | 42 std::function<void(ArgT)> saveArgs = [this](ArgT arg) { 43 this->saved_values = arg; 61 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, 63 this->saved_values = {arg1, arg2}; 78 std::function<void(ArgT...)> saveArgs = [this](ArgT... arg) { 79 this->saved_values = {arg...};
|
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/ |
D | HwcHal.h | 57 mDevice, HWC2_CALLBACK_HOTPLUG, this, in registerEventCallback_2_4() 60 mDevice, HWC2_CALLBACK_REFRESH, this, in registerEventCallback_2_4() 63 mDevice, HWC2_CALLBACK_VSYNC_2_4, this, in registerEventCallback_2_4() 66 mDevice, HWC2_CALLBACK_VSYNC_PERIOD_TIMING_CHANGED, this, in registerEventCallback_2_4() 69 mDevice, HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, in registerEventCallback_2_4() 81 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_HOTPLUG, this, nullptr); in unregisterEventCallback_2_4() 82 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_REFRESH, this, nullptr); in unregisterEventCallback_2_4() 83 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_VSYNC_2_4, this, nullptr); in unregisterEventCallback_2_4() 85 this, nullptr); in unregisterEventCallback_2_4() 86 BaseType2_1::mDispatch.registerCallback(mDevice, HWC2_CALLBACK_SEAMLESS_POSSIBLE, this, in unregisterEventCallback_2_4() [all …]
|
/hardware/interfaces/bluetooth/audio/2.1/ |
D | IBluetoothAudioProvider.hal | 5 * you may not use this file except in compliance with the License. 26 * The Bluetooth stack calls methods in this interface to start and end audio 37 * current negotiated codec to the Audio HAL. After this method is called, 40 * Note: endSession() must be called to unregister this IBluetoothAudioPort 49 * SUCCESS if this IBluetoothAudioPort was successfully registered with 51 * UNSUPPORTED_CODEC_CONFIGURATION if the Audio HAL cannot register this 53 * FAILURE if the Audio HAL cannot register this IBluetoothAudioPort for 55 * @return dataMQ The fast message queue for audio data from/to this
|
/hardware/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 5 * you may not use this file except in compliance with the License. 51 * If @p mayBlock is false, this method must not block. All parameter 57 * If @p mayBlock is false, this method must not block. Otherwise, this 67 * When the object type is @ref IComponent, this method must be supported in 71 * The blocking behavior of this method differs among states: 72 * - In the stopped state, this must be non-blocking. @p mayBlock is 74 * - In any of the running states, this method may block momentarily if 79 * @param mayBlock Whether this call may block or not. 112 * If @p mayBlock is false, this method must not block. An update that 123 * When the object type is @ref IComponent, this method must be supported in [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 51 this->size = size; in set_extradata_info() 52 this->buffer_count = buffer_count; in set_extradata_info() 56 this->enable = enable; in enable_client_extradata()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 51 this->size = size; in set_extradata_info() 52 this->buffer_count = buffer_count; in set_extradata_info() 56 this->enable = enable; in enable_client_extradata()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 51 this->size = size; in set_extradata_info() 52 this->buffer_count = buffer_count; in set_extradata_info() 56 this->enable = enable; in enable_client_extradata()
|
/hardware/interfaces/tetheroffload/control/1.1/ |
D | IOffloadControl.hal | 5 * you may not use this file except in compliance with the License. 28 * either direction on this upstream interface. 35 * This API may only be called while offload is occurring on this upstream. The hardware 51 * called with {@code OFFLOAD_WARNING_REACHED} to indicate this event. Once the event fires 52 * for this upstream, no further {@code OFFLOAD_WARNING_REACHED} event will be fired for this 53 * upstream unless this method is called again with the same interface. Note that there is 58 * must be called with {@code OFFLOAD_STOPPED_LIMIT_REACHED} to indicate this event. Once 59 * the event fires for this upstream, no further {@code OFFLOAD_STOPPED_LIMIT_REACHED} 60 * event will be fired for this upstream unless this method is called again with the same 67 * unless this method is called again with the same interface.
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsUltrasonicsArray.hal | 5 * you may not use this file except in compliance with the License. 31 * @return info The description of this ultrasonic array. This must be the 40 * Up to this many data frames may be held concurrently by the client of IEvsUltrasonicsArray. 41 * If this many frames have been delivered to the receiver without being returned 43 * It is legal for this call to come at any time, even while streams are already running, 45 * If no call is made to this entry point, the IEvsUltrasonicsArray must support at least one 50 * @return result EvsResult::OK is returned if this call is successful. 59 * @return result EvsResult::OK is returned if this call is successful. Returns 68 * some time after this call returns. Each must be returned until the
|
D | IEvsCamera.hal | 5 * you may not use this file except in compliance with the License. 29 * Returns the description of this camera. 31 * @return info The description of this camera. This must be the same value as 37 * Returns the description of the physical camera device that backs this 40 * If a requested device does not either exist or back this logical device, 41 * this method returns a null camera descriptor. And, if this is called on 42 * a physical camera device, this method is the same as getCameraInfo_1_1() 43 * method if a given device ID is matched. Otherwise, this will return a 57 * after this call returns. Delivered frame buffers must be returned. 59 * @return result EvsResult::OK is returned if this call is successful. [all …]
|
/hardware/interfaces/audio/7.0/ |
D | IPrimaryDevice.hal | 5 * you may not use this file except in compliance with the License. 40 * Sets the name of the current BT SCO headset. Calling this method 52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC 62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC 72 * Gets whether BT SCO Wideband mode is enabled. Calling this method is 81 * Sets whether BT SCO Wideband mode is enabled. Calling this method is 91 * Gets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 100 * Sets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 110 * Sets the sampling rate of BT HFP (Hands-Free Profile). Calling this 122 * Calling this method is equivalent to setting "hfp_volume" parameter value [all …]
|
/hardware/interfaces/audio/6.0/ |
D | IPrimaryDevice.hal | 5 * you may not use this file except in compliance with the License. 40 * Sets the name of the current BT SCO headset. Calling this method 52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC 62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC 72 * Gets whether BT SCO Wideband mode is enabled. Calling this method is 81 * Sets whether BT SCO Wideband mode is enabled. Calling this method is 91 * Gets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 100 * Sets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 110 * Sets the sampling rate of BT HFP (Hands-Free Profile). Calling this 122 * Calling this method is equivalent to setting "hfp_volume" parameter value [all …]
|
/hardware/interfaces/audio/4.0/ |
D | IPrimaryDevice.hal | 5 * you may not use this file except in compliance with the License. 40 * Sets the name of the current BT SCO headset. Calling this method 52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC 62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC 72 * Gets whether BT SCO Wideband mode is enabled. Calling this method is 81 * Sets whether BT SCO Wideband mode is enabled. Calling this method is 91 * Gets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 100 * Sets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 110 * Sets the sampling rate of BT HFP (Hands-Free Profile). Calling this 122 * Calling this method is equivalent to setting "hfp_volume" parameter value [all …]
|
/hardware/interfaces/audio/5.0/ |
D | IPrimaryDevice.hal | 5 * you may not use this file except in compliance with the License. 40 * Sets the name of the current BT SCO headset. Calling this method 52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC 62 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC 72 * Gets whether BT SCO Wideband mode is enabled. Calling this method is 81 * Sets whether BT SCO Wideband mode is enabled. Calling this method is 91 * Gets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 100 * Sets whether BT HFP (Hands-Free Profile) is enabled. Calling this method 110 * Sets the sampling rate of BT HFP (Hands-Free Profile). Calling this 122 * Calling this method is equivalent to setting "hfp_volume" parameter value [all …]
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 5 * you may not use this file except in compliance with the License. 69 * NOT_SUPPORTED if this property is not supported 70 * (e.g. the file that stores this property does not exist), 84 * NOT_SUPPORTED if this property is not supported 85 * (e.g. the file that stores this property does not exist), 101 * NOT_SUPPORTED if this property is not supported 102 * (e.g. the file that stores this property does not exist), 113 * NOT_SUPPORTED if this property is not supported 114 * (e.g. the file that stores this property does not exist), 124 * NOT_SUPPORTED if this property is not supported, [all …]
|
/hardware/interfaces/bluetooth/audio/2.0/ |
D | IBluetoothAudioProvider.hal | 5 * you may not use this file except in compliance with the License. 24 * The Bluetooth stack calls methods in this interface to start and end audio 35 * current negotiated codec to the Audio HAL. After this method is called, 38 * Note: endSession() must be called to unregister this IBluetoothAudioPort 47 * SUCCESS if this IBluetoothAudioPort was successfully registered with 49 * UNSUPPORTED_CODEC_CONFIGURATION if the Audio HAL cannot register this 51 * FAILURE if the Audio HAL cannot register this IBluetoothAudioPort for 53 * @return dataMQ The fast message queue for audio data from this provider.
|