/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prcountr.h | 138 #define PR_INIT_COUNTER_HANDLE(handle,value)\ argument 141 #define PR_INIT_COUNTER_HANDLE(handle,value) argument 174 #define PR_CREATE_COUNTER(handle,qName,rName,description)\ argument 177 #define PR_CREATE_COUNTER(handle,qName,rName,description) argument 205 #define PR_DESTROY_COUNTER(handle) PR_DestroyCounter((handle)) argument 207 #define PR_DESTROY_COUNTER(handle) argument 237 #define PR_GET_COUNTER_HANDLE_FROM_NAME(handle,qName,rName)\ argument 240 #define PR_GET_COUNTER_HANDLE_FROM_NAME(handle,qName,rName) argument 270 #define PR_GET_COUNTER_NAME_FROM_HANDLE(handle,qName,rName,description)\ argument 273 #define PR_GET_COUNTER_NAME_FROM_HANDLE(handle,qName,rName,description ) argument [all …]
|
D | prtrace.h | 114 PRTraceHandle handle; /* PRTraceHandle creating the trace entry */ member 156 #define PR_INIT_TRACE_HANDLE(handle,value)\ argument 159 #define PR_INIT_TRACE_HANDLE(handle,value) argument 199 #define PR_CREATE_TRACE(handle,qName,rName,description)\ argument 202 #define PR_CREATE_TRACE(handle,qName,rName,description) argument 233 #define PR_DESTROY_TRACE(handle)\ argument 236 #define PR_DESTROY_TRACE(handle) argument 274 #define PR_TRACE(handle,ud0,ud1,ud2,ud3,ud4,ud5,ud6,ud7)\ argument 277 #define PR_TRACE(handle,ud0,ud1,ud2,ud3,ud4,ud5,ud6,ud7) argument 435 #define PR_GET_TRACE_HANDLE_FROM_NAME(handle,qName,rName)\ argument [all …]
|
/external/bluetooth/bluedroid/bta/pan/ |
D | bta_pan_ci.c | 53 void bta_pan_ci_tx_ready(UINT16 handle) in bta_pan_ci_tx_ready() 78 void bta_pan_ci_rx_ready(UINT16 handle) in bta_pan_ci_rx_ready() 105 void bta_pan_ci_tx_flow(UINT16 handle, BOOLEAN enable) in bta_pan_ci_tx_flow() 130 void bta_pan_ci_rx_write(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, in bta_pan_ci_rx_write() 173 void bta_pan_ci_rx_writebuf(UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, in bta_pan_ci_rx_writebuf() 201 BT_HDR * bta_pan_ci_readbuf(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16* p_protocol, in bta_pan_ci_readbuf() 234 void bta_pan_ci_set_mfilters(UINT16 handle, UINT16 num_mcast_filters, UINT8 *p_start_array, in bta_pan_ci_set_mfilters() 253 void bta_pan_ci_set_pfilters(UINT16 handle, UINT16 num_filters, UINT16 *p_start_array, UINT16 *p_en… in bta_pan_ci_set_pfilters() 261 void bta_pan_ci_tx_ready(UINT16 handle) in bta_pan_ci_tx_ready() 266 void bta_pan_ci_rx_ready(UINT16 handle) in bta_pan_ci_rx_ready() [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | ResourceManager.cpp | 83 GLuint handle = mBufferHandleAllocator.allocate(); in createBuffer() local 93 GLuint handle = mProgramShaderHandleAllocator.allocate(); in createShader() local 107 GLuint handle = mProgramShaderHandleAllocator.allocate(); in createProgram() local 117 GLuint handle = mTextureHandleAllocator.allocate(); in createTexture() local 127 GLuint handle = mRenderbufferHandleAllocator.allocate(); in createRenderbuffer() local 137 GLuint handle = mSamplerHandleAllocator.allocate(); in createSampler() local 147 GLuint handle = mFenceSyncHandleAllocator.allocate(); in createFenceSync() local 254 Buffer *ResourceManager::getBuffer(unsigned int handle) in getBuffer() 268 Shader *ResourceManager::getShader(unsigned int handle) in getShader() 282 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() [all …]
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
D | IRemoteAndroidKeyStore.aidl | 26 byte[] getRSAKeyModulus(in int handle); in getRSAKeyModulus() 27 byte[] getPrivateKeyEncodedBytes(in int handle); in getPrivateKeyEncodedBytes() 28 byte[] getDSAKeyParamQ(in int handle); in getDSAKeyParamQ() 29 byte[] getECKeyOrder(in int handle); in getECKeyOrder() 30 byte[] rawSignDigestWithPrivateKey(in int handle, in byte[] message); in rawSignDigestWithPrivateKey() 31 int getPrivateKeyType(in int handle); in getPrivateKeyType() 32 void releaseKey(in int handle); in releaseKey()
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/ |
D | delay_estimator_wrapper.c | 126 void WebRtc_FreeDelayEstimatorFarend(void* handle) { in WebRtc_FreeDelayEstimatorFarend() 175 int WebRtc_InitDelayEstimatorFarend(void* handle) { in WebRtc_InitDelayEstimatorFarend() 194 void WebRtc_SoftResetDelayEstimatorFarend(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimatorFarend() 200 int WebRtc_AddFarSpectrumFix(void* handle, in WebRtc_AddFarSpectrumFix() 231 int WebRtc_AddFarSpectrumFloat(void* handle, in WebRtc_AddFarSpectrumFloat() 257 void WebRtc_FreeDelayEstimator(void* handle) { in WebRtc_FreeDelayEstimator() 305 int WebRtc_InitDelayEstimator(void* handle) { in WebRtc_InitDelayEstimator() 324 int WebRtc_SoftResetDelayEstimator(void* handle, int delay_shift) { in WebRtc_SoftResetDelayEstimator() 330 int WebRtc_set_history_size(void* handle, int history_size) { in WebRtc_set_history_size() 339 int WebRtc_history_size(const void* handle) { in WebRtc_history_size() [all …]
|
/external/libxml2/ |
D | xmlmodule.c | 24 void *handle; member 231 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 243 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 275 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 287 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 320 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 335 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 373 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 392 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 417 void *handle; in xmlModulePlatformOpen() local [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlmodule.c | 24 void *handle; member 223 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 235 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 267 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 279 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 312 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 327 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 358 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose() 377 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() 402 void *handle; in xmlModulePlatformOpen() local [all …]
|
/external/chromium_org/media/audio/alsa/ |
D | alsa_wrapper.cc | 17 int AlsaWrapper::PcmOpen(snd_pcm_t** handle, const char* name, in PcmOpen() 38 int AlsaWrapper::PcmClose(snd_pcm_t* handle) { in PcmClose() 42 int AlsaWrapper::PcmPrepare(snd_pcm_t* handle) { in PcmPrepare() 46 int AlsaWrapper::PcmDrop(snd_pcm_t* handle) { in PcmDrop() 50 int AlsaWrapper::PcmDelay(snd_pcm_t* handle, snd_pcm_sframes_t* delay) { in PcmDelay() 54 snd_pcm_sframes_t AlsaWrapper::PcmWritei(snd_pcm_t* handle, in PcmWritei() 60 snd_pcm_sframes_t AlsaWrapper::PcmReadi(snd_pcm_t* handle, in PcmReadi() 66 int AlsaWrapper::PcmRecover(snd_pcm_t* handle, int err, int silent) { in PcmRecover() 70 const char* AlsaWrapper::PcmName(snd_pcm_t* handle) { in PcmName() 74 int AlsaWrapper::PcmSetParams(snd_pcm_t* handle, snd_pcm_format_t format, in PcmSetParams() [all …]
|
/external/chromium_org/content/child/ |
D | web_socket_stream_handle_delegate.h | 22 virtual void WillOpenStream(blink::WebSocketStreamHandle* handle, in WillOpenStream() 24 virtual void WillSendData(blink::WebSocketStreamHandle* handle, in WillSendData() 27 virtual void DidOpenStream(blink::WebSocketStreamHandle* handle, in DidOpenStream() 29 virtual void DidSendData(blink::WebSocketStreamHandle* handle, in DidSendData() 31 virtual void DidReceiveData(blink::WebSocketStreamHandle* handle, in DidReceiveData() 34 virtual void DidFail(blink::WebSocketStreamHandle* handle, in DidFail()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | SpeechRecognitionClientProxy.cpp | 75 void SpeechRecognitionClientProxy::didStartAudio(const WebSpeechRecognitionHandle& handle) in didStartAudio() 81 void SpeechRecognitionClientProxy::didStartSound(const WebSpeechRecognitionHandle& handle) in didStartSound() 88 void SpeechRecognitionClientProxy::didEndSound(const WebSpeechRecognitionHandle& handle) in didEndSound() 95 void SpeechRecognitionClientProxy::didEndAudio(const WebSpeechRecognitionHandle& handle) in didEndAudio() 101 void SpeechRecognitionClientProxy::didReceiveResults(const WebSpeechRecognitionHandle& handle, cons… in didReceiveResults() 116 void SpeechRecognitionClientProxy::didReceiveNoMatch(const WebSpeechRecognitionHandle& handle, cons… in didReceiveNoMatch() 122 void SpeechRecognitionClientProxy::didReceiveError(const WebSpeechRecognitionHandle& handle, const … in didReceiveError() 129 void SpeechRecognitionClientProxy::didStart(const WebSpeechRecognitionHandle& handle) in didStart() 135 void SpeechRecognitionClientProxy::didEnd(const WebSpeechRecognitionHandle& handle) in didEnd()
|
/external/chromium_org/third_party/webrtc/base/ |
D | win32toolhelp_unittest.cc | 34 static Win32ToolhelpTest* AsFixture(HANDLE handle) { in AsFixture() 38 static bool First(HANDLE handle, TestData* d) { in First() 54 static bool Next(HANDLE handle, TestData* d) { in Next() 67 static bool Fail(HANDLE handle, TestData* d) { in Fail() 73 static bool CloseHandle(HANDLE handle) { in CloseHandle() 136 static bool First(HANDLE handle, Type* t) { in First() 140 static bool Next(HANDLE handle, Type* t) { in Next() 144 static bool CloseHandle(HANDLE handle) { in CloseHandle() 153 static bool First(HANDLE handle, Type* t) { in First() 157 static bool Next(HANDLE handle, Type* t) { in Next() [all …]
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | ShaderLang.cpp | 40 static bool CheckVariableMaxLengths(const ShHandle handle, in CheckVariableMaxLengths() 54 bool CheckMappedNameMaxLength(const ShHandle handle, size_t expectedValue) in CheckMappedNameMaxLength() 136 const std::vector<VarT> *GetShaderVariables(const ShHandle handle, ShaderVariableType variableType) in GetShaderVariables() 243 void ShDestruct(ShHandle handle) in ShDestruct() 254 void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outString) in ShGetBuiltInResourcesString() 279 const ShHandle handle, in ShCompile() 296 void ShGetInfo(const ShHandle handle, ShShaderInfo pname, size_t* params) in ShGetInfo() 369 void ShGetInfoLog(const ShHandle handle, char* infoLog) in ShGetInfoLog() 385 void ShGetObjectCode(const ShHandle handle, char* objCode) in ShGetObjectCode() 398 void ShGetVariableInfo(const ShHandle handle, in ShGetVariableInfo() [all …]
|
/external/chromium_org/storage/browser/fileapi/ |
D | file_system_operation_runner.cc | 51 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in CreateFile() local 73 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in CreateDirectory() local 96 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in Copy() local 123 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in Move() local 144 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in DirectoryExists() local 164 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in FileExists() local 184 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in GetMetadata() local 204 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in ReadDirectory() local 225 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in Remove() local 249 OperationHandle handle = BeginOperation(operation, scope.AsWeakPtr()); in Write() local [all …]
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_handle_unittest.cc | 75 virtual void OnHandleDragBegin(const TouchHandle& handle) OVERRIDE { in OnHandleDragBegin() 79 virtual void OnHandleDragUpdate(const TouchHandle& handle, in OnHandleDragUpdate() 85 virtual void OnHandleDragEnd(const TouchHandle& handle) OVERRIDE { in OnHandleDragEnd() 89 virtual void OnHandleTapped(const TouchHandle& handle) OVERRIDE { in OnHandleTapped() 106 void Animate(TouchHandle& handle) { in Animate() 148 TouchHandle handle(this, TOUCH_HANDLE_CENTER); in TEST_F() local 164 TouchHandle handle(this, TOUCH_HANDLE_CENTER); in TEST_F() local 200 TouchHandle handle(this, TOUCH_HANDLE_CENTER); in TEST_F() local 214 TouchHandle handle(this, TOUCH_HANDLE_CENTER); in TEST_F() local 230 TouchHandle handle(this, TOUCH_HANDLE_CENTER); in TEST_F() local [all …]
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_pan_co.c | 75 void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, in bta_pan_co_open() 120 void bta_pan_co_close(UINT16 handle, UINT8 app_id) in bta_pan_co_close() 159 void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id) in bta_pan_co_tx_path() 217 void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id) in bta_pan_co_rx_path() 238 void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, in bta_pan_co_tx_write() 268 void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, in bta_pan_co_tx_writebuf() 298 void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable) in bta_pan_co_rx_flow() 320 void bta_pan_co_pfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, in bta_pan_co_pfilt_ind() 341 void bta_pan_co_mfilt_ind(UINT16 handle, BOOLEAN indication, tBTA_PAN_STATUS result, in bta_pan_co_mfilt_ind()
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
D | port_api.c | 208 int RFCOMM_RemoveConnection (UINT16 handle) in RFCOMM_RemoveConnection() 244 int RFCOMM_RemoveServer (UINT16 handle) in RFCOMM_RemoveServer() 461 int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection() 563 int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_SetState() 612 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) in PORT_GetRxQueueCnt() 656 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_GetState() 696 int PORT_Control (UINT16 handle, UINT8 signal) in PORT_Control() 783 int PORT_FlowControl (UINT16 handle, BOOLEAN enable) in PORT_FlowControl() 862 int PORT_FlowControl_MaxCredit (UINT16 handle, BOOLEAN enable) in PORT_FlowControl_MaxCredit() 942 int PORT_GetModemStatus (UINT16 handle, UINT8 *p_signal) in PORT_GetModemStatus() [all …]
|
/external/deqp/framework/delibs/dethread/win32/ |
D | deSemaphoreWin32.c | 38 HANDLE handle; in deSemaphore_create() local 53 HANDLE handle = (HANDLE)semaphore; in deSemaphore_destroy() local 59 HANDLE handle = (HANDLE)semaphore; in deSemaphore_increment() local 66 HANDLE handle = (HANDLE)semaphore; in deSemaphore_decrement() local 73 HANDLE handle = (HANDLE)semaphore; in deSemaphore_tryDecrement() local
|
/external/bluetooth/bluedroid/bta/ag/ |
D | bta_ag_api.c | 158 void BTA_AgDeregister(UINT16 handle) in BTA_AgDeregister() 183 void BTA_AgOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask, tBTA_SERVICE_MASK services) in BTA_AgOpen() 209 void BTA_AgClose(UINT16 handle) in BTA_AgClose() 232 void BTA_AgAudioOpen(UINT16 handle) in BTA_AgAudioOpen() 255 void BTA_AgAudioClose(UINT16 handle) in BTA_AgAudioClose() 280 void BTA_AgResult(UINT16 handle, tBTA_AG_RES result, tBTA_AG_RES_DATA *p_data) in BTA_AgResult() 309 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec) in BTA_AgSetCodec()
|
D | bta_ag_rfc.c | 89 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback() 124 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback() 198 static int bta_ag_data_cback(UINT16 port_handle, void *p_data, UINT16 len, UINT16 handle) in bta_ag_data_cback() 219 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 1);} in bta_ag_mgmt_cback_1() 220 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 2);} in bta_ag_mgmt_cback_2() 221 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 3);} in bta_ag_mgmt_cback_3() 222 void bta_ag_port_cback_1(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 1);} in bta_ag_port_cback_1() 223 void bta_ag_port_cback_2(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 2);} in bta_ag_port_cback_2() 224 void bta_ag_port_cback_3(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 3);} in bta_ag_port_cback_3() 260 void bta_ag_setup_port(tBTA_AG_SCB *p_scb, UINT16 handle) in bta_ag_setup_port()
|
/external/bluetooth/bluedroid/bta/hf_client/ |
D | bta_hf_client_api.c | 147 BTA_API void BTA_HfClientDeregister(UINT16 handle) in BTA_HfClientDeregister() 172 BTA_API void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask) in BTA_HfClientOpen() 197 BTA_API void BTA_HfClientClose(UINT16 handle) in BTA_HfClientClose() 220 BTA_API void BTA_HfClientAudioOpen(UINT16 handle) in BTA_HfClientAudioOpen() 243 BTA_API void BTA_HfClientAudioClose(UINT16 handle) in BTA_HfClientAudioClose() 265 BTA_API void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 v… in BTA_HfClientSendAT()
|
/external/chromium_org/net/socket/ |
D | transport_client_socket_pool_unittest.cc | 181 ClientSocketHandle handle; in TEST_F() local 200 ClientSocketHandle handle; in TEST_F() local 211 ClientSocketHandle handle; in TEST_F() local 226 ClientSocketHandle handle; in TEST_F() local 340 ClientSocketHandle handle; in TEST_F() local 348 ClientSocketHandle handle; in TEST_F() local 369 ClientSocketHandle handle; in TEST_F() local 459 RequestSocketCallback(ClientSocketHandle* handle, in RequestSocketCallback() 507 ClientSocketHandle handle; in TEST_F() local 575 ClientSocketHandle handle; in TEST_F() local [all …]
|
/external/chromium_org/third_party/webrtc/common_audio/vad/ |
D | webrtc_vad.c | 25 int WebRtcVad_Create(VadInst** handle) { in WebRtcVad_Create() 47 void WebRtcVad_Free(VadInst* handle) { in WebRtcVad_Free() 52 int WebRtcVad_Init(VadInst* handle) { in WebRtcVad_Init() 58 int WebRtcVad_set_mode(VadInst* handle, int mode) { in WebRtcVad_set_mode() 71 int WebRtcVad_Process(VadInst* handle, int fs, const int16_t* audio_frame, in WebRtcVad_Process()
|
/external/chromium_org/base/process/ |
D | process.h | 20 explicit Process(ProcessHandle handle) : process_(handle) { in Process() 30 ProcessHandle handle() const { return process_; } in handle() function 31 void set_handle(ProcessHandle handle) { in set_handle()
|
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
D | latebindingsymboltable_linux.cc | 54 DllHandle handle = dlopen(dll_name, RTLD_NOW); in InternalLoadDll() local 65 void InternalUnloadDll(DllHandle handle) { in InternalUnloadDll() 85 static bool LoadSymbol(DllHandle handle, in LoadSymbol() 109 bool InternalLoadSymbols(DllHandle handle, in InternalLoadSymbols()
|