Searched refs:MP_ENOMEM (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | videoplayer.c | 32 VIDEO_CAMERA_OBJ_CHK(camera_obj, MP_ENOMEM, "obj alloc fail"); in video_player_new() 69 VIDEO_CAMERA_OBJ_INIT_CHK(camera_obj, MP_ENOMEM, "frame alloc failed"); in video_player_open() 80 mp_raise_OSError(MP_ENOMEM); in video_player_open()
|
A D | videorecorder.c | 32 VIDEO_CAMERA_OBJ_CHK(camera_obj, MP_ENOMEM, "obj alloc fail"); in video_recorder_new() 79 VIDEO_CAMERA_OBJ_INIT_CHK(camera_obj, MP_ENOMEM, "frame alloc failed"); in video_recorder_open()
|
A D | videocamera.c | 32 VIDEO_CAMERA_OBJ_CHK(camera_obj, MP_ENOMEM, "obj alloc fail"); in video_camera_new() 70 VIDEO_CAMERA_OBJ_INIT_CHK(camera_obj, MP_ENOMEM, "frame alloc failed"); in video_camera_open()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | mperrno.h | 51 #define MP_ENOMEM (12) // Out of memory macro 107 #define MP_ENOMEM ENOMEM macro
|
/AliOS-Things-master/components/py_engine/engine/shared/netutils/ |
A D | dhcpserver.c | 98 return -MP_ENOMEM; in dhcp_socket_new_dgram() 128 return -MP_ENOMEM; in dhcp_socket_sendto()
|
/AliOS-Things-master/components/py_engine/modules/ucloud_ai/ |
A D | chatbot.c | 42 mp_raise_OSError(MP_ENOMEM); in chatbot_new()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modlwip.c | 202 MP_ENOMEM, /* ERR_MEM -1 Out of memory error. */ 223 MP_ENOMEM, /* ERR_MEM -1 Out of memory error. */ 247 MP_ENOMEM, /* ERR_MEM -1 Out of memory error */ 553 *_errno = MP_ENOMEM; in lwip_raw_udp_send() 854 mp_raise_OSError(MP_ENOMEM); in lwip_socket_make_new() 927 mp_raise_OSError(MP_ENOMEM); in lwip_socket_listen()
|
A D | vfs_fat_file.c | 57 [FR_NOT_ENOUGH_CORE] = MP_ENOMEM,
|
A D | modussl_mbedtls.c | 260 mp_raise_OSError(MP_ENOMEM); in socket_new()
|
A D | modbluetooth.c | 1626 return MP_ENOMEM; in mp_bluetooth_gatts_db_write() 1649 return MP_ENOMEM; in mp_bluetooth_gatts_db_resize()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 74 [BLE_HS_ENOMEM] = MP_ENOMEM, 1040 return MP_ENOMEM; in mp_bluetooth_gatts_notify_send() 1634 return MP_ENOMEM; in create_l2cap_channel() 1640 return MP_ENOMEM; in create_l2cap_channel() 1709 return MP_ENOMEM; in mp_bluetooth_l2cap_send() 1714 return MP_ENOMEM; in mp_bluetooth_l2cap_send()
|
/AliOS-Things-master/components/py_engine/modules/driver/ |
A D | pwm.c | 36 mp_raise_OSError(MP_ENOMEM); in pwm_obj_make_new()
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | modble.c | 154 mp_raise_OSError(MP_ENOMEM); in ble_addService()
|
/AliOS-Things-master/components/py_engine/modules/audio/ |
A D | uvoicetts.c | 59 mp_raise_OSError(MP_ENOMEM); in uvoice_tts_new()
|
/AliOS-Things-master/components/py_engine/modules/network/ |
A D | modnetwork.c | 76 mp_raise_OSError(MP_ENOMEM); in _haas_wifi_exceptions()
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 68 return MP_ENOMEM; in btstack_error_to_errno()
|
Completed in 29 milliseconds