Searched refs:malformed (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/confirmationui/support/test/ |
D | android_cbor_test.cpp | 107 char malformed[] = {char(0x80), 0}; in TEST() local 108 state = write(state, text(malformed)); in TEST() 115 char malformed[] = {char(0xc0), 0}; in TEST() local 116 state = write(state, text(malformed)); in TEST() 147 char malformed[] = {char(0xf8), char(0x82), char(0x82), char(0x82), char(0x82), 0}; in TEST() local 148 state = write(state, text(malformed)); in TEST() 155 char malformed[] = {char(0xc0), char(0x82), char(0x83), 0}; in TEST() local 156 state = write(state, text(malformed)); in TEST()
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 88 * If the input is malformed (the settings are empty when not
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 319 * Foreign agent rejected MIP (Mobile IP) registration because of malformed request. 323 * Foreign agent rejected MIP (Mobile IP) registration because of malformed reply. 401 * Home agent rejected MIP (Mobile IP) registration because of malformed request.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceSession.hal | 227 * If the input is malformed (the settings are empty when not
|