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

  /external/libbrillo/brillo/
key_value_store_unittest.cc 55 string read_blob; local
56 ASSERT_TRUE(ReadFileToString(FilePath(saved_temp_file_), &read_blob));
57 EXPECT_EQ("A=B\n", read_blob);
  /system/bt/stack/gatt/
att_protocol.cc 513 offset = p_msg->read_blob.offset;
517 : p_msg->read_blob.handle;
gatt_cl.cc 166 msg.read_blob.offset = offset;
167 msg.read_blob.handle = p_clcb->s_handle;
174 msg.read_blob.handle = p_clcb->s_handle;
175 msg.read_blob.offset = offset;
    [all...]
gatt_int.h 117 tGATT_READ_PARTIAL read_blob; /* read blob */ member in union:__anon106228
138 /* READ_BLOB, READ_BY_TYPE */

Completed in 63 milliseconds