Home
last modified time | relevance | path

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

123456

/hardware/interfaces/usb/gadget/1.1/default/
DUsbGadget.cpp77 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid() argument
80 switch (functions) { in validateAndSetVidPid()
134 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions() argument
140 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != in setupFunctions()
144 if ((functions & V1_0::GadgetFunction::ADB) != 0) { in setupFunctions()
153 if (callback) callback->setCurrentUsbFunctionsCb(functions, V1_0::Status::SUCCESS); in setupFunctions()
168 functions, pullup ? V1_0::Status::SUCCESS : V1_0::Status::ERROR); in setupFunctions()
175 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions() argument
180 mCurrentUsbFunctions = functions; in setCurrentUsbFunctions()
194 if (functions == static_cast<uint64_t>(V1_0::GadgetFunction::NONE)) { in setCurrentUsbFunctions()
[all …]
DUsbGadget.h77 Return<void> setCurrentUsbFunctions(uint64_t functions,
87 V1_0::Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback>& callback,
/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.
/hardware/interfaces/usb/gadget/1.2/default/
DUsbGadget.cpp128 static V1_0::Status validateAndSetVidPid(uint64_t functions) { in validateAndSetVidPid() argument
131 switch (functions) { in validateAndSetVidPid()
191 V1_0::Status UsbGadget::setupFunctions(uint64_t functions, in setupFunctions() argument
197 if (addGenericAndroidFunctions(&monitorFfs, functions, &ffsEnabled, &i) != in setupFunctions()
201 if ((functions & V1_2::GadgetFunction::ADB) != 0) { in setupFunctions()
210 if (callback) callback->setCurrentUsbFunctionsCb(functions, V1_0::Status::SUCCESS); in setupFunctions()
225 functions, pullup ? V1_0::Status::SUCCESS : V1_0::Status::ERROR); in setupFunctions()
232 Return<void> UsbGadget::setCurrentUsbFunctions(uint64_t functions, in setCurrentUsbFunctions() argument
237 mCurrentUsbFunctions = functions; in setCurrentUsbFunctions()
251 if (functions == static_cast<uint64_t>(V1_2::GadgetFunction::NONE)) { in setCurrentUsbFunctions()
[all …]
DUsbGadget.h85 Return<void> setCurrentUsbFunctions(uint64_t functions,
97 V1_0::Status setupFunctions(uint64_t functions, const sp<V1_0::IUsbGadgetCallback>& callback,
/hardware/interfaces/usb/gadget/1.2/default/lib/
DUsbGadgetUtils.cpp126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions() argument
128 if (((functions & GadgetFunction::MTP) != 0)) { in addGenericAndroidFunctions()
141 } else if (((functions & GadgetFunction::PTP) != 0)) { in addGenericAndroidFunctions()
156 if ((functions & GadgetFunction::MIDI) != 0) { in addGenericAndroidFunctions()
161 if ((functions & GadgetFunction::ACCESSORY) != 0) { in addGenericAndroidFunctions()
166 if ((functions & GadgetFunction::AUDIO_SOURCE) != 0) { in addGenericAndroidFunctions()
171 if ((functions & GadgetFunction::RNDIS) != 0) { in addGenericAndroidFunctions()
183 if ((functions & GadgetFunction::NCM) != 0) { in addGenericAndroidFunctions()
/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/interfaces/usb/gadget/1.1/default/lib/
DUsbGadgetUtils.cpp126 Status addGenericAndroidFunctions(MonitorFfs* monitorFfs, uint64_t functions, bool* ffsEnabled, in addGenericAndroidFunctions() argument
128 if (((functions & GadgetFunction::MTP) != 0)) { in addGenericAndroidFunctions()
141 } else if (((functions & GadgetFunction::PTP) != 0)) { in addGenericAndroidFunctions()
156 if ((functions & GadgetFunction::MIDI) != 0) { in addGenericAndroidFunctions()
161 if ((functions & GadgetFunction::ACCESSORY) != 0) { in addGenericAndroidFunctions()
166 if ((functions & GadgetFunction::AUDIO_SOURCE) != 0) { in addGenericAndroidFunctions()
171 if ((functions & GadgetFunction::RNDIS) != 0) { in addGenericAndroidFunctions()
/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/google/gchips/libvendorgraphicbuffer/gralloc4/
DREADME.txt45 Get them by calling static functions of VendorGraphicBufferMeta
103 You can still use the default mapper functions in the original GraphicBufferMapper class:
106 Refer to following header if you need to use more mapper functions:
124 You can still use the default allocator functions in the original GraphicBufferAllocator class:
126 Refer to following header if you need to use more mapper functions:
/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/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/health/2.0/utils/libhealthservice/
DAndroid.bp2 // Vendor service can customize by implementing functions defined in
/hardware/st/secure_element2/secure_element/
DAndroid.bp17 // - delete HIDL_FETCH_I* functions.
96 // - delete HIDL_FETCH_I* functions.
178 // - delete HIDL_FETCH_I* functions.
265 // - delete HIDL_FETCH_I* functions.
344 // - delete HIDL_FETCH_I* functions.
426 // - delete HIDL_FETCH_I* 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/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/interfaces/audio/effect/7.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/2.0/
DIEffectBufferProviderCallback.hal20 * This callback interface contains functions that can be used by the effect

123456