Home
last modified time | relevance | path

Searched +defs:config +defs:status (Results 1 – 25 of 114) sorted by relevance

12345

/external/icu/icu4c/source/common/
Dicuplug.cpp58 char config[UPLUG_NAME_MAX]; /**< configuration data */ member
149 uplug_findLibrary(void *lib, UErrorCode *status) { in uplug_findLibrary()
165 uplug_openLibrary(const char *libName, UErrorCode *status) { in uplug_openLibrary()
213 uplug_closeLibrary(void *lib, UErrorCode *status) { in uplug_closeLibrary()
274 static void uplug_callPlug(UPlugData *plug, UPlugReason reason, UErrorCode *status) { in uplug_callPlug()
286 static void uplug_unloadPlug(UPlugData *plug, UErrorCode *status) { in uplug_unloadPlug()
297 static void uplug_queryPlug(UPlugData *plug, UErrorCode *status) { in uplug_queryPlug()
316 static void uplug_loadPlug(UPlugData *plug, UErrorCode *status) { in uplug_loadPlug()
331 static UPlugData *uplug_allocateEmptyPlug(UErrorCode *status) in uplug_allocateEmptyPlug()
363 static UPlugData *uplug_allocatePlug(UPlugEntrypoint *entrypoint, const char *config, void *lib, co… in uplug_allocatePlug()
[all …]
/external/webrtc/webrtc/call/
Dcall.cc175 Call* Call::Create(const Call::Config& config) { in Create()
181 Call::Call(const Call::Config& config) in Call()
300 const webrtc::AudioSendStream::Config& config) { in CreateAudioSendStream()
335 const webrtc::AudioReceiveStream::Config& config) { in CreateAudioReceiveStream()
374 const webrtc::VideoSendStream::Config& config, in CreateVideoSendStream()
437 const webrtc::VideoReceiveStream::Config& config) { in CreateVideoReceiveStream()
706 auto status = it->second->DeliverRtp(packet, length, packet_time) in DeliverRtp() local
718 auto status = it->second->DeliverRtp(packet, length, packet_time) in DeliverRtp() local
/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp29 int _errno_to_libusb(int status) in _errno_to_libusb()
187 status_t status = acquire_sem(fTransfersSem); in TransfersWorker() local
257 int status = fUSBDevice->ClaimInterface(inumber); in ClaimInterface() local
272 USBDeviceHandle::SetConfiguration(int config) in SetConfiguration()
404 USBDevice::CheckInterfacesFree(int config) in CheckInterfacesFree()
Dhaiku_usb_raw.cpp97 const usb_configuration_descriptor *config = dev->ConfigurationDescriptor(config_index); in haiku_get_config_descriptor() local
110 haiku_set_configuration(struct libusb_device_handle *dev_handle, int config) in haiku_set_configuration()
176 libusb_transfer_status status = LIBUSB_TRANSFER_COMPLETED; in haiku_handle_transfer_completion() local
Dsunos_usb.c434 struct libusb_config_descriptor *config; in sunos_find_interface() local
703 sunos_get_configuration(struct libusb_device_handle *handle, int *config) in sunos_get_configuration()
715 sunos_set_configuration(struct libusb_device_handle *handle, int config) in sunos_set_configuration()
875 usb_do_io(int fd, int stat_fd, char *data, size_t size, int flag, int *status) in usb_do_io()
926 int status; in solaris_submit_ctrl_on_default() local
1164 int status, ret; in sunos_usb_get_status() local
Dhaiku_usb_raw.h63 status_t status; member
67 status_t status; member
72 status_t status; member
75 } config; member
78 status_t status; member
85 status_t status; member
92 status_t status; member
100 status_t status; member
108 status_t status; member
117 status_t status; member
[all …]
Dlinux_usbfs.c586 static int sysfs_get_active_config(struct libusb_device *dev, int *config) in sysfs_get_active_config()
702 struct libusb_config_descriptor config; in seek_to_next_config() local
761 struct libusb_config_descriptor *config; in op_get_config_descriptor_by_value() local
789 int r, config; in op_get_active_config_descriptor() local
972 struct libusb_config_descriptor config; in initialize_device() local
1334 int *config) in op_get_configuration()
1357 static int op_set_configuration(struct libusb_device_handle *handle, int config) in op_set_configuration()
2382 enum libusb_transfer_status status = LIBUSB_TRANSFER_COMPLETED; in handle_iso_completion() local
2498 int status; in handle_control_completion() local
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp152 void createCoordData (vector<float>& data, const TestConfig& config) in createCoordData()
202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config) in createCoordBuffer()
221 void createIndexData (vector<deUint16>& data, const TestConfig& config) in createIndexData()
240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config) in createIndexBuffer()
259 void createTextureData (vector<deUint8>& data, const TestConfig& config) in createTextureData()
273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config) in createTexture()
300 GLuint createProgram (const glw::Functions& gl, const TestConfig& config) in createProgram()
359 GLint status; in createProgram() local
381 GLint status; in createProgram() local
414 GLint status; in createProgram() local
[all …]
DteglGLES2SharingThreadedTests.cpp584 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared,… in CreateContext()
805 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGL… in CreatePBufferSurface()
2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, … in GLES2SharingRandomTest()
2827 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local
2911 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local
3005 …SharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const ch… in GLES2ThreadedSharingTest()
3724 const tcu::ThreadUtil::Thread::ThreadStatus status = m_threads[threadNdx]->getStatus(); in iterate() local
3768 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3780 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
3792 GLES2ThreadedSharingTest::TestConfig config; in addSimpleTests() local
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Daudio_encoder_opus.cc27 AudioEncoderOpus::Config config; in CreateConfig() local
91 AudioEncoderOpus::AudioEncoderOpus(const Config& config) in AudioEncoderOpus()
148 int status = WebRtcOpus_Encode( in EncodeInternal() local
226 bool AudioEncoderOpus::RecreateEncoderInstance(const Config& config) { in RecreateEncoderInstance()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char*… in FboIncompleteException()
409 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
487 GLenum status = m_context.checkFramebufferStatus(GL_FRAMEBUFFER); in checkCompleteness() local
546 static bool isConfigSupported (const FboConfig& config) { DE_UNREF(config); return true; } in isConfigSupported()
552 …boRenderCase (Context& context, const char* name, const char* description, const FboConfig& config) in FboRenderCase()
654 ColorClearsTest::ColorClearsTest (Context& context, const FboConfig& config) in ColorClearsTest()
740 IntersectingQuadsNpotTest (Context& context, const FboConfig& config) in IntersectingQuadsNpotTest()
746 IntersectingQuadsTest::IntersectingQuadsTest (Context& context, const FboConfig& config, bool npot) in IntersectingQuadsTest()
753 bool IntersectingQuadsTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
835 MixNpotTest (Context& context, const FboConfig& config) in MixNpotTest()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHealthFacade.java175 public void onHealthAppConfigurationStatusChange(BluetoothHealthAppConfiguration config, in onHealthAppConfigurationStatusChange()
176 int status) { in onHealthAppConfigurationStatusChange()
180 public void onHealthChannelStateChange(BluetoothHealthAppConfiguration config, in onHealthChannelStateChange()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp249 Framebuffer::Framebuffer (sglr::Context& context, const FboConfig& config, int width, int height, d… in Framebuffer()
327 GLenum status = m_context.checkFramebufferStatus(GL_FRAMEBUFFER); in checkCompleteness() local
414 …boRenderCase (Context& context, const char* name, const char* description, const FboConfig& config) in FboRenderCase()
522 StencilClearsTest::StencilClearsTest (Context& context, const FboConfig& config) in StencilClearsTest()
613 SharedColorbufferTest::SharedColorbufferTest (Context& context, const FboConfig& config) in SharedColorbufferTest()
743 SharedColorbufferClearsTest::SharedColorbufferClearsTest (Context& context, const FboConfig& config) in SharedColorbufferClearsTest()
789 GLenum status = context.checkFramebufferStatus(GL_FRAMEBUFFER); in render() local
847 SharedDepthStencilTest::SharedDepthStencilTest (Context& context, const FboConfig& config) in SharedDepthStencilTest()
852 bool SharedDepthStencilTest::isConfigSupported (const FboConfig& config) in isConfigSupported()
1104 ResizeTest::ResizeTest (Context& context, const FboConfig& config) in ResizeTest()
[all …]
/external/webp/src/dec/
Dwebp_dec.c294 VP8StatusCode status; in ParseHeadersInternal() local
416 volatile VP8StatusCode status; in WebPParseHeaders() local
447 VP8StatusCode status; in DecodeInto() local
717 int WebPInitDecoderConfigInternal(WebPDecoderConfig* config, in WebPInitDecoderConfigInternal()
744 WebPDecoderConfig* config) { in WebPDecode()
746 VP8StatusCode status; in WebPDecode() local
/external/wpa_supplicant_8/src/eap_peer/
Deap.c88 static void eap_notify_status(struct eap_sm *sm, const char *status, in eap_notify_status()
132 struct eap_peer_config *config = eap_get_config(sm); in eap_allowed_method() local
335 struct eap_peer_config *config = eap_get_config(sm); in SM_STATE() local
376 struct eap_peer_config *config = eap_get_config(sm); in eap_home_realm() local
710 struct eap_peer_config *config = eap_get_config(sm); in SM_STATE() local
968 struct eap_peer_config *config = eap_get_config(sm); in eap_peer_sm_allow_canned() local
1450 struct eap_peer_config *config = eap_get_config(sm); in eap_sm_buildIdentity() local
2203 struct eap_peer_config *config; in eap_sm_request() local
2383 struct eap_peer_config *config = eap_get_config(sm); in eap_sm_notify_ctrl_attached() local
2448 struct eap_method_type * eap_get_phase2_types(struct eap_peer_config *config, in eap_get_phase2_types()
[all …]
Deap_peap.c135 struct eap_peer_config *config = eap_get_config(sm); in eap_peap_init() local
363 int id, u16 status) in eap_tlv_build_result()
550 int status, resp_status; in eap_tlv_process() local
602 struct eap_peer_config *config = eap_get_config(sm); in eap_peap_phase2_request() local
1015 struct eap_peer_config *config = eap_get_config(sm); in eap_peap_process() local
/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winsvc.c66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; in read_interface() local
298 SERVICE_STATUS status; in unregister_service() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h61 cudaError_t status = cudaGetDeviceCount(&num_devices); in initializeDeviceProp() local
324 static EIGEN_DEVICE_FUNC inline void setCudaSharedMemConfig(cudaSharedMemConfig config) { in initializeDeviceProp()
326 cudaError_t status = cudaDeviceSetSharedMemConfig(config); in initializeDeviceProp() local
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp99 Config config; in getConfig() local
169 auto status = system(command.c_str()); in checkEq() local
577 Config config; in getConfig() local
/external/webrtc/webrtc/modules/audio_processing/
Decho_cancellation_impl.cc200 int status = 0; in ProcessCaptureAudio() local
445 void EchoCancellationImpl::SetExtraOptions(const Config& config) { in SetExtraOptions()
478 AecConfig config; in ConfigureHandle() local
/external/syslinux/gpxe/src/drivers/net/
D3c515.c199 s32 status; member
212 s32 status; member
294 union wn3_config config; in t515_reset() local
419 short status, cst; in t515_poll() local
510 int status; in t515_transmit() local
720 union wn3_config config; in corkscrew_probe1() local
/external/mesa3d/src/glx/
Dglxcmds.c213 struct glx_config *config; in ValidateGLXFBConfig() local
231 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
254 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
358 struct glx_config *config = NULL; in glXCreateContext() local
653 const struct glx_config *config; in glXCreateGLXPixmap() local
866 struct glx_config *config; in glXGetConfig() local
867 int status; in glXGetConfig() local
896 init_fbconfig_for_chooser(struct glx_config * config, in init_fbconfig_for_chooser()
1228 struct glx_config *config; in glXChooseVisual() local
1645 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateNewContext() local
[all …]
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java141 int status = payload.getInt(OUTER_FIELD_STATUS); in outerXMLToPoloMessage() local
416 public String getOuterXML(PoloMessage message, int status) { in getOuterXML()
540 JSONObject config = new JSONObject(); in toXML() local
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_3gpp.py38 status, argument
68 config=None): argument
/external/skia/src/codec/
DSkWebpCodec.cpp102 VP8StatusCode status = WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features); in NewFromStream() local
203 WebPDecoderConfig config; in onGetPixels() local

12345