Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 117) sorted by relevance

12345

/hardware/interfaces/usb/gadget/1.0/
DIUsbGadgetCallback.hal24 * @param functions list of functions defined by GadgetFunction
26 * @param status SUCCESS when the functions are applied.
31 oneway setCurrentUsbFunctionsCb(bitfield<GadgetFunction> functions,
37 * @param functions list of functions defined by GadgetFunction
39 * @param status FUNCTIONS_APPLIED when list of functions have been
41 * FUNCTIONS_NOT_APPLIED when the functions have not
45 oneway getCurrentUsbFunctionsCb(bitfield<GadgetFunction> functions,
DIUsbGadget.hal27 * @param functions list of functions defined by GadgetFunction to be
34 oneway setCurrentUsbFunctions(bitfield<GadgetFunction> functions,
39 * This function is used to query the USB functions included in the
43 * propagate the current functions list.
Dtypes.hal21 * Removes all the functions and pulls down the gadget.
/hardware/google/pixel/usb/
DUsbGadgetUtils.cpp139 Status addGenericAndroidFunctions(MonitorFfs *monitorFfs, uint64_t functions, bool *ffsEnabled, in addGenericAndroidFunctions() argument
141 if (((functions & GadgetFunction::MTP) != 0)) { in addGenericAndroidFunctions()
157 } else if (((functions & GadgetFunction::PTP) != 0)) { in addGenericAndroidFunctions()
175 if ((functions & GadgetFunction::MIDI) != 0) { in addGenericAndroidFunctions()
181 if ((functions & GadgetFunction::ACCESSORY) != 0) { in addGenericAndroidFunctions()
187 if ((functions & GadgetFunction::AUDIO_SOURCE) != 0) { in addGenericAndroidFunctions()
193 if ((functions & GadgetFunction::RNDIS) != 0) { in addGenericAndroidFunctions()
/hardware/qcom/msm8998/json-c/
Dconfigure.ac40 # Checks for library functions.
73 # Check for the -Bsymbolic-functions linker flag
82 AC_MSG_CHECKING([for -Bsymbolic-functions linker flag])
83 LDFLAGS=-Wl,-Bsymbolic-functions
96 AS_IF([test "x$enable_Bsymbolic" = "xyes"], [JSON_BSYMBOLIC_LDFLAGS=-Wl[,]-Bsymbolic-functions])
/hardware/interfaces/tests/hash/1.0/default/
DHash.cpp15 Return<void> Hash::functions() { in functions() function in android::hardware::tests::hash::V1_0::implementation::Hash
DHash.h29 Return<void> functions() override;
/hardware/interfaces/radio/deprecated/1.0/
DIOemHookResponse.hal22 * Interface declaring response functions to solicited oem hook requests.
23 * Response functions defined in this interface are as per following convention:
DIOemHook.hal31 * Set response functions for oem hook requests & oem hook indications.
33 * @param oemHookResponse Object containing response functions
/hardware/interfaces/health/2.0/utils/libhealthservice/
DAndroid.bp2 // Vendor service can customize by implementing functions defined in
/hardware/interfaces/radio/config/1.0/
DIRadioConfig.hal25 * All the functions have minimum one parameter:
33 * Set response functions for radio config requests & radio config indications.
35 * @param radioConfigResponse Object containing radio config response functions
/hardware/interfaces/radio/1.6/
DIRadioResponse.hal22 * Interface declaring response functions to solicited radio requests.
DIRadio.hal23 * All the functions have minimum one parameter:
/hardware/st/secure_element2/secure_element/
DAndroid.bp7 // - delete HIDL_FETCH_I* functions.
82 // - delete HIDL_FETCH_I* functions.
160 // - delete HIDL_FETCH_I* functions.
/hardware/interfaces/tests/hash/1.0/
DIHash.hal31 functions();
/hardware/interfaces/health/2.0/utils/
DREADME.md21 two functions:
/hardware/interfaces/graphics/composer/2.1/
Dtypes.hal19 /** Return codes from all functions. */
/hardware/interfaces/audio/effect/2.0/
DIEffectBufferProviderCallback.hal20 * This callback interface contains functions that can be used by the effect
/hardware/interfaces/audio/effect/4.0/
DIEffectBufferProviderCallback.hal20 * This callback interface contains functions that can be used by the effect
/hardware/interfaces/audio/effect/5.0/
DIEffectBufferProviderCallback.hal20 * This callback interface contains functions that can be used by the effect
/hardware/interfaces/audio/effect/6.0/
DIEffectBufferProviderCallback.hal20 * This callback interface contains functions that can be used by the effect
/hardware/qcom/data/ipacfg-mgr/msm8998/
Dconfigure.ac52 # Checks for library functions.
/hardware/qcom/sdm845/data/ipacfg-mgr/
Dconfigure.ac53 # Checks for library functions.
/hardware/qcom/sm8150/data/ipacfg-mgr/
Dconfigure.ac53 # Checks for library functions.
/hardware/interfaces/radio/config/1.2/
DIRadioConfigResponse.hal24 * Interface declaring response functions to solicited radio config requests.

12345