HomeSort by relevance Sort by last modified time
    Searched full:handle (Results 801 - 825 of 15141) sorted by null

<<31323334353637383940>>

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferBase.h 30 GrallocBufferBase(buffer_handle_t handle);
32 virtual void resetBuffer(buffer_handle_t handle);
39 void initBuffer(buffer_handle_t handle);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
GraphicBuffer.h 32 GraphicBuffer(uint32_t handle);
35 virtual void resetBuffer(uint32_t handle);
47 void initBuffer(uint32_t handle);
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor_OEM.c 71 /* Check the handle */
78 /* Invalid handle */
81 (TEXT("PROC: Invalid Handle \r\n")));
111 /* Check the handle */
135 /* Invalid handle */
138 (TEXT("PROC: Invalid Handle \r\n")));
162 /* Check the handle */
167 /* Invalid handle */
170 (TEXT("PROC: Invalid Handle \r\n")));
188 /* Check the handle */
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
CallbackHandlerTest.java 32 * javax.security.auth.callback.CallbackHandler#handle(Callback[] callbacks)
37 ch.handle(null);
43 public void handle(Callback[] callbacks) { method in class:CallbackHandlerTest.CallbackHandlerImpl
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidsdi.h 32 HidD_GetAttributes(HANDLE HidDeviceObject, PHIDD_ATTRIBUTES Attributes);
36 HidD_GetFeature(HANDLE HidDeviceObject, PVOID ReportBuffer,
41 HidD_SetFeature(HANDLE HidDeviceObject, PVOID ReportBuffer,
mspthrd.h 17 HANDLE hEvent;
54 HANDLE m_hCommandEvent;
55 HANDLE m_hThread;
ratings.h 17 STDAPI RatingObtainCancel(HANDLE hRatingObtainQuery);
18 STDAPI RatingObtainQuery(LPCSTR pszTargetUrl,DWORD dwUserData,void (*fCallback)(DWORD dwUserData,HRESULT hr,LPCSTR pszRating,void *lpvRatingDetails),HANDLE *phRatingObtainQuery);
44 STDMETHOD(ObtainRating) (THIS_ LPCSTR pszTargetUrl,HANDLE hAbortEvent,IMalloc *pAllocator,LPSTR *ppRatingOut) PURE;
virtdisk.h 272 HANDLE VirtualDiskHandle,
281 HANDLE VirtualDiskHandle,
296 PHANDLE Handle
300 HANDLE VirtualDiskHandle,
306 HANDLE VirtualDiskHandle,
313 HANDLE ObjectHandle,
321 HANDLE VirtualDiskHandle,
328 HANDLE VirtualDiskHandle,
334 HANDLE VirtualDiskHandle,
340 HANDLE VirtualDiskHandle
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_api.c 146 void BTA_HfClientDeregister(UINT16 handle)
153 p_buf->layer_specific = handle;
171 void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask)
178 p_buf->hdr.layer_specific = handle;
196 void BTA_HfClientClose(UINT16 handle)
203 p_buf->layer_specific = handle;
219 void BTA_HfClientAudioOpen(UINT16 handle)
226 p_buf->layer_specific = handle;
242 void BTA_HfClientAudioClose(UINT16 handle)
249 p_buf->layer_specific = handle;
    [all...]
  /system/bt/stack/gatt/
gatt_db.c 48 UINT16 handle, UINT16 offset, UINT32 trans_id);
311 ** s_handle: starting handle of the range we are looking for.
312 ** e_handle: ending handle of the range we are looking for.
347 while (p_attr && p_attr->handle <= e_handle)
365 if (p_attr->handle >= s_handle && gatt_uuid_compare(type, attr_uuid))
373 UINT16_TO_STREAM (p, p_attr->handle);
379 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id);
403 *p_cur_handle = p_attr->handle;
469 return p_attr->handle;
521 p_char_decl->p_value->char_decl.char_val_handle = p_char_val->handle;
    [all...]
  /system/bt/stack/srvc/
srvc_dis_int.h 32 UINT16 handle; member in struct:__anon69800
72 extern BOOLEAN dis_valid_handle_range(UINT16 handle);
73 extern UINT8 dis_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnRGBPlane.cpp 51 uint32_t handle = mScalingBufferMap.valueAt(0); local
52 Hwcomposer::getInstance().getBufferManager()->freeGrallocBuffer(handle);
83 bool AnnRGBPlane::setDataBuffer(uint32_t handle)
85 if (!handle) {
87 setFramebufferTarget(handle);
90 ELOGTRACE("Invalid handle while scaling is required.");
97 ssize_t index = mScalingBufferMap.indexOfKey(handle);
111 uint32_t handle = mScalingBufferMap.valueAt(0); local
112 bm->freeGrallocBuffer(handle);
117 mScalingBufferMap.add(handle, mScalingTarget)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp 91 int activate(int handle, int enabled);
92 int setDelay(int handle, int64_t ns);
95 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
96 int flush(int handle);
123 /* TODO: Handle external pressure sensor */
184 int sensors_poll_context_t::activate(int handle, int enabled) {
188 err = mSensor->enable(handle, enabled);
198 int sensors_poll_context_t::setDelay(int handle, int64_t ns)
201 return mSensor->setDelay(handle, ns);
319 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns,
    [all...]
  /system/bt/stack/avct/
avct_api.c 148 /* get handle */
196 UINT16 AVCT_RemoveConn(UINT8 handle)
203 /* map handle to ccb */
204 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
237 UINT16 AVCT_CreateBrowse (UINT8 handle, UINT8 role)
247 /* map handle to ccb */
248 if ((p_ccb = avct_ccb_by_idx(handle)) == NULL)
295 UNUSED(handle);
314 UINT16 AVCT_RemoveBrowse (UINT8 handle)
322 /* map handle to ccb *
    [all...]
  /external/v8/include/
v8.h 101 template <class T> class Handle;
192 * It is safe to extract the object stored in the handle by
193 * dereferencing the handle (for instance, to extract the Object* from
194 * a Handle<Object>); the value will still be governed by a handle
198 template <class T> class Handle {
201 * Creates an empty handle.
203 V8_INLINE Handle() : val_(0) {}
206 * Creates a handle for the contents of the specified handle. Thi
    [all...]
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 289 private static native int nativeEnableSensor(long eventQ, int handle, int rateUs,
291 private static native int nativeDisableSensor(long eventQ, int handle);
294 private static native int nativeInjectSensorData(long eventQ, int handle,
324 int handle = sensor.getHandle(); local
325 if (mActiveSensors.get(handle)) return false;
328 mActiveSensors.put(handle, true);
344 int handle = mActiveSensors.keyAt(i); local
345 Sensor sensor = mManager.mHandleToSensor.get(handle);
348 mActiveSensors.put(handle, false);
359 final int handle = sensor.getHandle() local
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
92 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata *block);
93 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_StreamInfo *block);
94 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_Padding *block, unsigned block_length);
95 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length);
96 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_SeekTable *block, unsigned block_length);
97 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_entry_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *entry);
98 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment *block);
99 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_track_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet_Track *track);
100 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet *block)
915 FLAC__IOHandle handle; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 218 def __init__ (self, handle, eas):
220 self.handle = handle
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
245 result = eas_dll.EAS_SetPriority(self.eas.handle, self.handle, priority)
254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority))
    [all...]
  /external/v8/src/
isolate.cc 228 bool Isolate::IsDeferredHandle(Object** handle) {
233 // We iterate through all the blocks to see whether the argument handle
242 if (blocks->at(i) <= handle && handle < block_limit) return true;
262 Handle<String> Isolate::StackTraceString() {
270 Handle<String> stack_trace = accumulator.ToString(this);
295 Handle<String> trace = StackTraceString();
341 Handle<Object> Isolate::CaptureSimpleStackTrace(Handle<JSObject> error_object,
342 Handle<Object> caller)
    [all...]
objects.h     [all...]
  /development/host/windows/usb/api/
adb_endpoint_object.h 21 encapsulates a handle opened to an endpoint on our device.
26 /** Class AdbEndpointObject encapsulates a handle opened to an endpoint on
66 @param[in] event_handle Event handle that should be signaled when async I/O
67 completes. Can be NULL. If it's not NULL this handle will be used to
72 @return A handle to IO completion object or NULL on failure. If NULL is
79 HANDLE event_handle,
118 @param[in] event_handle Event handle that should be signaled when async I/O
119 completes. Can be NULL. If it's not NULL this handle will be used to
124 @return A handle to IO completion object or NULL on failure. If NULL is
130 HANDLE event_handle,
    [all...]
  /system/bt/stack/include/
gap_api.h 44 #define GAP_ERR_BAD_HANDLE (GAP_ERR_GRP + 0x0e) /* Bad GAP handle */
142 ** Returns handle of the connection if successful, else GAP_INVALID_HANDLE
157 ** GAP_ERR_BAD_HANDLE - invalid handle
171 ** GAP_ERR_BAD_HANDLE - invalid handle
184 ** Parameters: handle - Handle returned in the GAP_ConnOpen
189 extern int GAP_GetRxQueueCnt (UINT16 handle, UINT32 *p_rx_queue_count);
200 ** GAP_ERR_BAD_HANDLE - invalid handle
214 ** GAP_ERR_BAD_HANDLE - invalid handle
229 ** GAP_ERR_BAD_HANDLE - invalid handle
    [all...]
  /device/lge/hammerhead/libsensors/
sensors.cpp 55 .handle = SENSORS_LIGHT_HANDLE,
67 .handle = SENSORS_PROXIMITY_HANDLE,
112 int activate(int handle, int enabled);
113 int setDelay(int handle, int64_t ns);
115 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
119 int flush(int handle);
143 int handleToDriver(int handle) const {
144 switch (handle) {
174 /* TODO: Handle external pressure sensor */
253 int sensors_poll_context_t::activate(int handle, int enabled)
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 48 // A helper class used to collect handle operations data. Unlike
49 // |MiniDumpWithHandleData| it records the operations for a single handle value
56 // Collects the handle operations data and formats a user stream to be added
58 bool CollectHandleData(HANDLE process_handle,
61 // Fills the user dump entry with a pointer to the collected handle operations
69 static bool ReadExceptionCode(HANDLE process_handle,
73 // Stores handle operations retrieved by VerifierEnumerateResource().
81 HANDLE Process,
87 // Handle to dynamically loaded verifier.dll.
93 // Handle value to look for
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
cmm.h 86 * hCmmMgr: Cmm Mgr handle.
111 * phCmmMgr: Location to store a communication manager handle on output.
112 * hDevObject: Handle to a device object.
135 * hCmmMgr: Cmm Mgr handle.
142 * DSP_EHANDLE: Unable to free CMM due to bad handle.
170 * hCmmMgr: Cmm Mgr handle.
189 * Return the handle to the cmm mgr for the given device obj.
191 * hProcessor: Handle to a Processor.
192 * phCmmMgr: Location to store the shared memory mgr handle on output.
195 * DSP_SOK: Cmm Mgr opaque handle returned
    [all...]

Completed in 715 milliseconds

<<31323334353637383940>>