/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
D | HidParserExample.cpp | 32 bool parseResult = hidParser.parse(p->data, p->len); in doParse() 54 bool parseResult = hidParser.parse(p->data, p->len); in doParseAndFilter() 85 bool parseResult = hidParser.parse(p->data, p->len); in doDigest()
|
D | HidParserExample2.cpp | 56 if (hidParser.parse(hidItemVector)) { in main()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | TestCommandReader.h | 34 void parse();
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.h | 50 bool parse(const std::vector<HidItem> &token); 51 bool parse(const unsigned char *begin, size_t size);
|
D | HidParser.cpp | 31 bool HidParser::parse(const std::vector<HidItem> &token) { in parse() function in HidUtil::HidParser 132 bool HidParser::parse(const unsigned char *begin, size_t size) { in parse() function in HidUtil::HidParser 134 return parse(hidItemVector); in parse()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | TestCommandReader.cpp | 28 void TestCommandReader::parse() { in parse() function in android::hardware::graphics::composer::V2_1::vts::TestCommandReader
|
D | ComposerVts.cpp | 315 reader->parse(); in execute()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 496 parse(); in log() 545 int WifiEvent::parse() { in parse() function in WifiEvent 697 int res = reply.parse(); in response_handler() 710 int res = event.parse(); in event_handler()
|
D | cpp_bindings.h | 44 int parse();
|
D | wifi_hal.cpp | 525 int res = event.parse(); in internal_valid_message_handler()
|
/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
D | HidRawSensorTest.cpp | 123 if (!hidParser.parse(p->data, p->len)) { in test()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 496 parse(); in log() 535 int WifiEvent::parse() { in parse() function in WifiEvent 684 int res = reply.parse(); in response_handler() 697 int res = event.parse(); in event_handler()
|
D | cpp_bindings.h | 44 int parse();
|
D | wifi_hal.cpp | 924 int res = event.parse(); in internal_valid_message_handler()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | JsonFakeValueGenerator.cpp | 92 if (!reader.parse(is, rawEvents)) { in parseFakeValueJson()
|
/hardware/qcom/msm8998/json-c/ |
D | ChangeLog | 84 * Allow json_tokener_parse_ex() to be re-used to parse multiple object. 185 * Add back sign reversal in nested object parse as error pointer 211 * json_tokener.c - sign reversal issue on error info for nested object parse
|
D | Doxyfile | 895 # and Perl will parse it just the same.
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 90 reader->parse(); in execute_v2_2()
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalService.java | 158 public boolean parse() { in parse() method in ThermalService.ThermalParser 563 ret = mThermalParser.parse(); in onStartCommand()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChipEventCallback.hal | 85 * Client must not attempt to parse either the errorCode or debugData.
|
/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawDevice.cpp | 168 if (!parser.parse(tokens)) { in generateDigest()
|
/hardware/intel/common/libmix/mix_common/ |
D | INSTALL | 167 parse its `<wchar.h>' header file. The option `-nodtk' can be used as
|
/hardware/google/av/codec2/docs/ |
D | doxygen.config | 332 # will parse them like normal C++ but will assume all classes use public instead 694 # DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE 1980 # size of the Perl module output will be much smaller and Perl will parse it
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 248 # Doxygen will parse them like normal C++ but will assume all classes use public 1354 # and Perl will parse it just the same.
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 661 * IKeymasterDevice implementers do not need to create or parse the ASN.1 structure, but only
|