Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 86) sorted by relevance

1234

/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp149 CameraPreviewWindow* object = static_cast<CameraPreviewWindow*>(w); in sDequeueBuffer() local
150 if (object->mPreviewCallback == nullptr) { in sDequeueBuffer()
161 object->mPreviewCallback->dequeueBuffer( in sDequeueBuffer()
165 Mutex::Autolock _l(object->mLock); in sDequeueBuffer()
166 if (object->mCirculatingBuffers.count(bufferId) == 0) { in sDequeueBuffer()
174 object->mCirculatingBuffers[bufferId] = importedBuf; in sDequeueBuffer()
175 object->mBufferIdMap[&(object->mCirculatingBuffers[bufferId])] = bufferId; in sDequeueBuffer()
178 *buffer = &(object->mCirculatingBuffers[bufferId]); in sDequeueBuffer()
190 CameraPreviewWindow* object = static_cast<CameraPreviewWindow*>(w); in sEnqueueBuffer() local
191 if (object->mPreviewCallback == nullptr) { in sEnqueueBuffer()
[all …]
/hardware/interfaces/usb/1.0/
DIUsb.hal26 * will be informed through IUsbCallback object's notifyPortStatusChange
39 * Also the same callback object would be called to inform the caller
42 * @param callback IUsbCallback object used to convey status to the
50 * query would be sent through the IUsbCallback object's notifyRoleSwitchStatus
DIUsbCallback.hal20 * Callback object used for all the IUsb async methods which expects a result.
21 * Caller is expected to register the callback object using setCallback method
30 * @param currentPortStatus vector object of current status of all the
/hardware/interfaces/wifi/1.0/
DIWifiChip.hal189 * object.
311 * @return iface HIDL interface object representing the iface if
318 * The corresponding |IWifiApIface| object for any iface are
330 * Gets a HIDL interface object for the AP Iface corresponding
339 * @return iface HIDL interface object representing the iface if
347 * object must fail.
371 * @return iface HIDL interface object representing the iface if
378 * The corresponding |IWifiNanIface| object for any iface are
390 * Gets a HIDL interface object for the NAN Iface corresponding
399 * @return iface HIDL interface object representing the iface if
[all …]
DIWifi.hal31 * events. |IWifiEventCallback| object registration must be independent of the
36 * object.
92 * The corresponding |IWifiChip| object for any chip can be
106 * Gets a HIDL interface object for the chip corresponding to the
114 * @return chip HIDL interface object representing the chip.
DIWifiRttController.hal33 * @return boundIface HIDL interface object representing the iface if bound
44 * interface object.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicant.hal25 * This is the root level object for any the supplicant interactions.
58 * Gets a HIDL interface object for the interface corresponding to iface
68 * @return iface HIDL interface object representing the interface if
77 * The corresponding |ISupplicantIface| object for any interface can be
97 * object.
DISupplicantP2pNetworkCallback.hal23 * Clients need to host an instance of this HIDL interface object and
24 * pass a reference of the object to the supplicant via the
DISupplicantIface.hal67 * @return network HIDL interface object representing the new network if
77 * interface object to retrieve the ID.
91 * Gets a HIDL interface object for the network corresponding to the
95 * interface object to retrieve the ID.
104 * @return network HIDL interface object representing the new network if
113 * The corresponding |ISupplicantNetwork| object for any network can be
DISupplicantCallback.hal22 * Clients need to host an instance of this HIDL interface object and
23 * pass a reference of the object to the supplicant via the
DISupplicantStaNetworkCallback.hal23 * Clients need to host an instance of this HIDL interface object and
24 * pass a reference of the object to the supplicant via the
Dtypes.hal28 /** |ISupplicantIface| HIDL interface object is no longer valid. */
38 /** |ISupplicantNetwork| HIDL interface object is no longer valid. */
DISupplicantP2pIfaceCallback.hal23 * Clients need to host an instance of this HIDL interface object and
24 * pass a reference of the object to the supplicant via the
/hardware/intel/common/libmix/mix_audio/
DChangeLog14 * Added psPresentFlag for AAC param object.
25 …* Added aac core operating frequency param for AAC Param object. Needed to configure HE-AAC decode…
30 * Added more utility function to populate param object.
76 * Updated AAC param object to include additonal fields for HE-AAC support.
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
Dsupplicant_hidl_call_util.h93 MethodT method, ObjectT object, ArgT&&... methodArg) {
95 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_hidl_call_util.h89 MethodT method, ObjectT object, ArgT&&... methodArg) {
91 const auto& res = ((*object).*method)(std::forward<ArgT>(methodArg)...,
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal49 * When the IEvsCamera object is no longer required, it must be released.
58 * There can be at most one EVS display object for the system and this function
70 * When the IEvsDisplay object is no longer required, it must be released.
Dtypes.hal51 * an ANativeWindowBuffer object on the remote side of API calls.
/hardware/interfaces/tv/input/1.0/
DITvInput.hal29 * @param callback Callback object to pass events.
39 * The configs object is valid only until the next
/hardware/interfaces/audio/2.0/
DIDevicesFactory.hal35 * references to the returned device object.
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal159 * descriptor referring to a sync fence object, which will be
195 * descriptor referring to a sync fence object, which will be
224 * descriptor referring to a sync fence object. The sync fence
225 * object will be signaled when the mapper has completed any
/hardware/interfaces/media/omx/1.0/
DIOmx.hal58 * @param observer An observer object that will receive messages from
/hardware/interfaces/gnss/1.0/
Dtypes.hal43 /** Bit mask to indicate which values are valid in a GnssLocation object. */
/hardware/interfaces/audio/effect/2.0/
DIEffectsFactory.hal42 * object.
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal47 * GET request in VehiclePropValue object.

1234