HomeSort by relevance Sort by last modified time
    Searched refs:is_trusted (Results 1 - 5 of 5) sorted by null

  /external/avb/test/
avb_atx_validate_unittest.cc 208 virtual AvbIOResult Validate(bool* is_trusted) {
215 is_trusted);
260 bool is_trusted = false; local
261 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
262 EXPECT_TRUE(is_trusted);
294 bool is_trusted = false; local
295 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
296 EXPECT_TRUE(is_trusted);
301 bool is_trusted = true; local
302 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
308 bool is_trusted = true; local
316 bool is_trusted = true; local
323 bool is_trusted = true; local
345 bool is_trusted = true; local
361 bool is_trusted = true; local
368 bool is_trusted = true; local
376 bool is_trusted = true; local
383 bool is_trusted = true; local
390 bool is_trusted = true; local
397 bool is_trusted = true; local
404 bool is_trusted = true; local
411 bool is_trusted = true; local
419 bool is_trusted = false; local
427 bool is_trusted = true; local
438 bool is_trusted = true; local
445 bool is_trusted = true; local
453 bool is_trusted = true; local
460 bool is_trusted = true; local
467 bool is_trusted = true; local
474 bool is_trusted = true; local
481 bool is_trusted = true; local
488 bool is_trusted = true; local
496 bool is_trusted = true; local
504 bool is_trusted = true; local
515 bool is_trusted = true; local
537 bool is_trusted = true; local
554 bool is_trusted = true; local
    [all...]
  /system/bt/bta/dm/
bta_dm_api.cc 300 bool is_trusted, uint8_t key_type, tBTA_IO_CAP io_cap,
307 msg->is_trusted = is_trusted;
bta_dm_int.h 155 bool is_trusted; member in struct:__anon1280
bta_dm_act.cc 718 if (msg->is_trusted) {
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]

Completed in 639 milliseconds