Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 38) sorted by relevance

12

/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessage.hal34 * After a successful call to 'setCallback' the HAL must begin to provide updates as
43 * expected that the HAL will not generate any updates upon returning
49 * Stops updates from the HAL, and unregisters the callback routines.
DIGnssMeasurement.hal34 * After a successful call to 'setCallback' the HAL must begin to provide updates at
45 * not generate any other updates upon returning this error code.
50 * Stops updates from the HAL, and unregisters the callback routines.
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp90 std::vector<std::unique_ptr<C2Param>> updates = in workDone() local
94 for (size_t i = 0; i < updates.size(); ++i) { in workDone()
95 C2Param* param = updates[i].get(); in workDone()
/hardware/interfaces/gnss/1.1/
DIGnssMeasurement.hal29 * successful call to 'setCallback_1_1' the HAL must begin to provide updates at an average
44 * for any other error. The HAL must not generate any other updates upon returning this
/hardware/interfaces/gnss/2.0/
DIGnssMeasurement.hal30 * successful call to 'setCallback_2_0' the HAL must begin to provide updates at an average
45 * for any other error. The HAL must not generate any other updates upon returning this
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal88 * updates over onProgramListUpdated callback.
90 * There may be only one updates stream active at the moment. Calling this
97 * unavailable at the moment, the call must succeed and start updates
101 * @return result OK successfully started fetching list updates.
108 * Stops sending program list updates.
DITunerCallback.hal49 * of the updates.
71 * Generic callback for passing updates to vendor-specific parameter values.
Dtypes.hal743 * due for transmission in following updates.
811 * Disable updates on entry modifications.
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp478 std::vector<C2Param *> updates; in processQueue() local
481 updates.emplace_back(param.get()); in processQueue()
484 if (!updates.empty()) { in processQueue()
486 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue()
487 ALOGD("applied %zu configUpdates => %s (%d)", updates.size(), asString(err), err); in processQueue()
/hardware/interfaces/usb/1.1/
DIUsbCallback.hal24 * to receive updates on the PortStatus.
/hardware/interfaces/usb/1.2/
DIUsbCallback.hal25 * to receive updates on the PortStatus.
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal59 * | indication | | 1 requires device updates
94 * | indication | | 1 requires audio mode updates
98 * | indication | | 1 requires audio source updates
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal59 * | indication | | 1 requires device updates
94 * | indication | | 1 requires audio mode updates
98 * | indication | | 1 requires audio source updates
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal60 * | indication | | 1 requires device updates
95 * | indication | | 1 requires audio mode updates
99 * | indication | | 1 requires audio source updates
/hardware/interfaces/boot/1.0/
DIBootControl.hal26 * The primary use of this set up is to allow for background updates while
35 * less than two slots doesn't support background updates, for example if
/hardware/interfaces/usb/1.0/
DIUsbCallback.hal22 * to receive updates on the PortStatus.
/hardware/interfaces/authsecret/1.0/
DIAuthSecret.hal21 * proof that the credential is known before applying updates.
/hardware/interfaces/graphics/composer/2.1/
DIComposer.hal32 * which buffer content updates and other synchronization will not be
/hardware/google/av/media/sfplugin/
DCCodec.cpp1587 std::vector<std::unique_ptr<C2Param>> updates = in onMessageReceived() local
1593updates.emplace_back(C2Param::CopyAsStream(*info, true /* output */, stream)); in onMessageReceived()
1600updates.emplace_back(new C2StreamCropRectInfo::output(stream, block.crop())); in onMessageReceived()
1601 updates.emplace_back(new C2StreamPictureSizeInfo::output( in onMessageReceived()
1608 changed = config->updateConfiguration(updates, config->mOutputDomain); in onMessageReceived()
/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal137 * @param inParams Requested parameter updates.
153 * requested updates in @p inParams.
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal20 * This callback interface is used by clients to recieve updates from the face
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal78 * @param inParams Requested parameter updates.
/hardware/interfaces/camera/provider/2.4/
DICameraProvider.hal26 * known to the provider, and provides updates about changes to device status,
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal37 * @param cb Assuming success, this callback must provide unsolicited updates of offload status.
/hardware/interfaces/radio/1.0/
DIRadio.hal862 * Note: The Radio implementation must default to "updates enabled"
863 * when the screen is on and "updates disabled" when the screen is off.
866 * @param enable true = updates enabled (+CREG=2), false = updates disabled (+CREG=1)

12