Searched refs:PutValue (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/dbus/
H A Dfile_descriptor.h17 // Ownership is asserted only when PutValue is used and TakeValue can be
51 void PutValue(int value) { function in class:dbus::FileDescriptor
H A Dmessage.cc986 value->PutValue(fd);
/external/jhead/
H A Dexif.c322 static void Put16u(void * Short, unsigned short PutValue) argument
325 ((uchar *)Short)[0] = (uchar)(PutValue>>8);
326 ((uchar *)Short)[1] = (uchar)PutValue;
328 ((uchar *)Short)[0] = (uchar)PutValue;
329 ((uchar *)Short)[1] = (uchar)(PutValue>>8);
362 void Put32u(void * Value, unsigned PutValue) argument
365 ((uchar *)Value)[0] = (uchar)(PutValue>>24);
366 ((uchar *)Value)[1] = (uchar)(PutValue>>16);
367 ((uchar *)Value)[2] = (uchar)(PutValue>>8);
368 ((uchar *)Value)[3] = (uchar)PutValue;
[all...]
H A Djhead.h197 void Put32u(void * Value, unsigned PutValue);
/external/chromium_org/chromeos/dbus/
H A Dlorgnette_manager_client.cc50 file_descriptor->PutValue(file);
H A Ddebug_daemon_client.cc53 file_descriptor->PutValue(file.TakePlatformFile());
474 file_descriptor->PutValue(pipe_write_end.TakePlatformFile());
/external/chromium_org/mojo/shell/
H A Ddbus_service_loader_linux.cc76 client_fd->PutValue(channel_pair.PassClientHandle().release().fd);

Completed in 218 milliseconds